@@ -6,19 +6,14 @@ require 'hyper-spec/version'
66Gem ::Specification . new do |spec | # rubocop:disable Metrics/BlockLength
77 spec . name = 'hyper-spec'
88 spec . version = HyperSpec ::VERSION
9- spec . authors = [ 'Mitch VanDuyn' , 'Adam Creekroad ' , 'Jan Biedermann' ]
9+ spec . authors = [ 'Mitch VanDuyn' , 'AdamCreekroad ' , 'Jan Biedermann' ]
1010 spec . email = [ 'mitch@catprint.com' , 'jan@kursator.com' ]
11- spec . summary = 'Drive your Hyperloop client and server specs from RSpec and Capybara'
12- spec . description = 'A Hyperloop application consists of isomorphic React Components, ' \
11+ spec . summary = 'Drive your Opal and Hyperstack client and server specs from RSpec and Capybara'
12+ 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://ruby-hyperloop .org'
15+ spec . homepage = 'http://hyperstack .org'
1616 spec . license = 'MIT'
17- # spec.metadata = {
18- # "homepage_uri" => 'http://ruby-hyperloop.org',
19- # "source_code_uri" => 'https://github.com/ruby-hyperloop/hyper-component'
20- # }
21-
2217 spec . files = `git ls-files -z` . split ( "\x0 " ) . reject { |f | f . match ( %r{^(gemfiles|spec)/} ) }
2318 spec . bindir = 'exe'
2419 spec . executables = spec . files . grep ( %r{^exe/} ) { |f | File . basename ( f ) }
@@ -28,10 +23,9 @@ Gem::Specification.new do |spec| # rubocop:disable Metrics/BlockLength
2823 spec . add_dependency 'capybara'
2924 spec . add_dependency 'chromedriver-helper' , '1.2.0'
3025 spec . add_dependency 'filecache'
31- # spec.add_dependency 'libv8', '~> 7.3.492.27.1'
3226 spec . add_dependency 'method_source'
3327 spec . add_dependency 'opal' , ENV [ 'OPAL_VERSION' ] || '>= 0.11.0' , '< 2.0'
34- spec . add_dependency 'parser' #, '~> 2.7' #, '~> 2.3.3.1' # on rails-6 this is now >= 2.3
28+ spec . add_dependency 'parser'
3529 spec . add_dependency 'rspec'
3630 spec . add_dependency 'selenium-webdriver'
3731 spec . add_dependency 'timecop' , '~> 0.8.1'
0 commit comments