Skip to content
This repository was archived by the owner on Oct 19, 2018. It is now read-only.

Commit a979f50

Browse files
committed
new sett
1 parent a9d79bf commit a979f50

File tree

2 files changed

+7
-14
lines changed

2 files changed

+7
-14
lines changed

hyperloop.gemspec

Lines changed: 6 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,14 @@ Gem::Specification.new do |s|
1010
s.description = 'This gem provide the full hyperloop stack for rails plus generators for Hyperloop elements'
1111
s.authors = ['Loic Boutet', 'Adam George', 'Mitch VanDuyn', 'janbiedermann']
1212
s.email = 'loic@boutet.com'
13-
s.homepage = "http://ruby-hyperloop.io"
14-
s.license = "MIT"
15-
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16-
# s.files = ['lib/hyper-rails.rb',
17-
# 'lib/generators/hyperloop/install_generator.rb',
18-
# 'lib/generators/hyperloop/component_generator.rb',
19-
# 'lib/generators/hyperloop/router_generator.rb',
20-
# 'lib/generators/hyperloop/templates/component_template.rb',
21-
# 'lib/generators/hyperloop/templates/router_template.rb']
13+
s.homepage = 'http://ruby-hyperloop.io'
2214
s.license = 'MIT'
23-
s.require_paths = ["lib"]
15+
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
16+
s.require_paths = ['lib']
2417

25-
s.add_dependency 'hyper-model', '0.15.2'
26-
s.add_dependency 'hyper-router', '4.2.5'
27-
s.add_dependency 'hyperloop-config', '0.15.2'
18+
s.add_dependency 'hyper-model', '0.15.3'
19+
s.add_dependency 'hyper-router', '4.2.6'
20+
s.add_dependency 'hyperloop-config', '0.15.3'
2821
s.add_dependency 'opal-browser'
2922
s.add_dependency 'opal-rails', '~> 0.9.3'
3023
s.add_dependency 'react-rails', '~> 2.3.0'

lib/hyperloop/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Hyperloop
2-
VERSION = '0.15.2'
2+
VERSION = '0.15.3'
33
end

0 commit comments

Comments
 (0)