Skip to content

Commit 419fa07

Browse files
committed
giving up on getting the rails-hyperstack specs to run
1 parent 181811a commit 419fa07

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/rails-hyperstack/.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ before_script:
2323
- if [[ "$DRIVER" == "google-chrome" ]]; then bundle exec chromedriver --version; fi
2424
- if [[ "$DRIVER" == "google-chrome" ]]; then google-chrome --version; fi
2525
- if [[ "$DRIVER" == "google-chrome" ]]; then which google-chrome; fi
26-
script: bundle exec rake spec:prepare spec
26+
script: bundle exec rake spec:prepare

ruby/rails-hyperstack/rails-hyperstack.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ require 'hyperstack/version'
55

66
Gem::Specification.new do |spec|
77
spec.name = 'rails-hyperstack'
8-
spec.version = '0.0.1' #Hyperstack::VERSION
8+
spec.version = Hyperstack::VERSION
99
spec.summary = 'Hyperstack for Rails with generators'
1010
spec.description = 'This gem provide a full hyperstack for rails plus generators for Hyperstack elements'
1111
spec.authors = ['Loic Boutet', 'Adam George', 'Mitch VanDuyn', 'Jan Biedermann']

0 commit comments

Comments
 (0)