Skip to content

Commit c7b3d6a

Browse files
committed
updated gemspec links
1 parent 2eab67d commit c7b3d6a

File tree

11 files changed

+29
-7
lines changed

11 files changed

+29
-7
lines changed

ruby/hyper-component/hyper-component.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ Gem::Specification.new do |spec|
88

99
spec.authors = ['David Chang', 'Adam Jahn', 'Mitch VanDuyn', 'Jan Biedermann', 'Adam Creekroad']
1010
spec.email = ['mitch@catprint.com']
11-
spec.homepage = 'http://hyperstack.org'
11+
spec.homepage = 'http://ruby-hyperstack.org'
12+
spec.documentation = 'https://docs.hyperstack.org/'
13+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1214
spec.summary = 'Opal Ruby wrapper of React.js library.'
1315
spec.license = 'MIT'
1416
spec.description = 'Write React UI components in pure Ruby.'

ruby/hyper-i18n/hyper-i18n.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Gem::Specification.new do |spec|
1111
spec.email = ['adamgeorge.31@gmail.com']
1212

1313
spec.summary = 'HyperI18n seamlessly brings Rails I18n into your Hyperstack application.'
14-
spec.homepage = 'https://www.github.com/ruby-hyperstack/hyper-i18n'
14+
spec.homepage = 'http://ruby-hyperstack.org'
15+
spec.documentation = 'https://docs.hyperstack.org/'
16+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1517
spec.license = 'MIT'
1618

1719
spec.files = `git ls-files`.split("\n")

ruby/hyper-model/hyper-model.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ Gem::Specification.new do |spec|
1414
'possible technologies) so changes to records on the server are '\
1515
'dynamically updated on all authorised clients.'
1616
spec.homepage = 'http://ruby-hyperstack.org'
17+
spec.documentation = 'https://docs.hyperstack.org/'
18+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1719
spec.license = 'MIT'
1820
# spec.metadata = {
1921
# "homepage_uri" => 'http://ruby-hyperstack.org',

ruby/hyper-operation/hyper-operation.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Gem::Specification.new do |spec|
1010
spec.email = ['mitch@catprint.com', 'jan@kursator.com']
1111
spec.summary = 'HyperOperations are the swiss army knife of the Hyperstack'
1212
spec.homepage = 'http://ruby-hyperstack.org'
13+
spec.documentation = 'https://docs.hyperstack.org/'
14+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1315
spec.license = 'MIT'
1416
# spec.metadata = {
1517
# "homepage_uri" => 'http://ruby-hyperstack.org',

ruby/hyper-router/hyper-router.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Gem::Specification.new do |spec|
77
spec.version = HyperRouter::VERSION
88
spec.authors = ['Adam George', 'Jan Biedermann']
99
spec.email = ['adamgeorge.31@gmail.com', 'jan@kursator.com']
10-
spec.homepage = 'http://hyperstack.org'
10+
spec.homepage = 'http://ruby-hyperstack.org'
11+
spec.documentation = 'https://docs.hyperstack.org/'
12+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1113
spec.license = 'MIT'
1214
spec.summary = 'hyper-router for Opal, part of the hyperstack framework'
1315

ruby/hyper-spec/hyper-spec.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
1212
spec.description = 'A Hyperstack application consists of isomorphic React Components, '\
1313
'Active Record Models, Stores, Operations and Policiespec. '\
1414
'Test them all from Rspec, regardless if the code runs on the client or server.'
15-
spec.homepage = 'http://hyperstack.org'
15+
spec.homepage = 'http://ruby-hyperstack.org'
16+
spec.documentation = 'https://docs.hyperstack.org/'
17+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1618
spec.license = 'MIT'
1719
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(gemfiles|spec)/}) }
1820
spec.bindir = 'exe'

ruby/hyper-state/hyper-state.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Mitch VanDuyn', 'Adam Creekroad', 'Jan Biedermann']
1010
spec.email = ['mitch@catprint.com', 'jan@kursator.com']
1111
spec.summary = 'Flux Stores and more for Hyperloop'
12-
spec.homepage = 'https://hyperstack.org'
12+
spec.homepage = 'http://ruby-hyperstack.org'
13+
spec.documentation = 'https://docs.hyperstack.org/'
14+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1315
spec.license = 'MIT'
1416
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(gemfiles|spec)/}) }
1517
spec.bindir = 'exe'

ruby/hyper-store/hyper-store.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ Gem::Specification.new do |spec|
99
spec.authors = ['Mitch VanDuyn', 'Adam Creekroad', 'Jan Biedermann']
1010
spec.email = ['mitch@catprint.com', 'jan@kursator.com']
1111
spec.summary = 'Flux Stores and more for Hyperloop'
12-
spec.homepage = 'https://hyperstack.org'
12+
spec.homepage = 'http://ruby-hyperstack.org'
13+
spec.documentation = 'https://docs.hyperstack.org/'
14+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1315
spec.license = 'MIT'
1416
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(gemfiles|spec)/}) }
1517
spec.bindir = 'exe'

ruby/hyper-trace/hyper-trace.gemspec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ Gem::Specification.new do |spec|
1010
spec.email = ["mitch@catprint.com"]
1111

1212
spec.summary = %q{Method tracing and conditional breakpoints for Opal Ruby}
13-
spec.homepage = "https://github.com/reactrb/hyper-trace"
13+
spec.homepage = 'http://ruby-hyperstack.org'
14+
spec.documentation = 'https://docs.hyperstack.org/'
15+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1416
spec.license = "MIT"
1517

1618
spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

ruby/hyperstack-config/hyperstack-config.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Gem::Specification.new do |spec|
1010
spec.email = ['mitch@catprint.com', 'jan@kursator.com']
1111
spec.summary = 'Provides a single point configuration module for hyperstack gems'
1212
spec.homepage = 'http://ruby-hyperstack.org'
13+
spec.documentation = 'https://docs.hyperstack.org/'
14+
spec.download = 'https://github.com/hyperstack-org/hyperstack'
1315
spec.license = 'MIT'
1416
# spec.metadata = {
1517
# "homepage_uri" => 'http://ruby-hyperstack.org',

0 commit comments

Comments
 (0)