rails-hyperstack 1.0.alpha1.2 → 1.0.alpha1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/.gitignore +10 -0
 - data/.ruby-version +1 -0
 - data/Gemfile +2 -1
 - data/Rakefile +21 -11
 - data/lib/generators/hyper/component_generator.rb +3 -16
 - data/lib/generators/hyper/generator_base.rb +18 -0
 - data/lib/generators/hyper/router_generator.rb +3 -19
 - data/lib/generators/hyper/templates/component_template.rb +19 -8
 - data/lib/generators/hyper/templates/hyper_component_template.rb +10 -0
 - data/lib/generators/hyper/templates/router_template.rb +4 -4
 - data/lib/generators/hyperstack/install_generator.rb +137 -137
 - data/lib/generators/hyperstack/install_generator_base.rb +268 -3
 - data/lib/generators/install/hyperstack_generator.rb +229 -0
 - data/lib/generators/install/hyperstack_generator_base.rb +102 -0
 - data/lib/hyperstack/server_side_auto_require.rb +39 -0
 - data/lib/hyperstack/version.rb +1 -1
 - data/lib/rails-hyperstack.rb +10 -2
 - data/lib/tasks/hyperstack/install.rake +32 -0
 - data/rails-hyperstack.gemspec +45 -19
 - data/spec/gems.rb +10 -0
 - data/spec/rails_hyperstack_spec.rb +22 -16
 - data/spec/server_side_sample.rb +5 -0
 - metadata +82 -77
 - data/Gemfile.lock +0 -421
 
    
        data/Gemfile.lock
    DELETED
    
    | 
         @@ -1,421 +0,0 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            PATH
         
     | 
| 
       2 
     | 
    
         
            -
              remote: ../hyper-component
         
     | 
| 
       3 
     | 
    
         
            -
              specs:
         
     | 
| 
       4 
     | 
    
         
            -
                hyper-component (1.0.alpha1.2)
         
     | 
| 
       5 
     | 
    
         
            -
                  hyper-state (= 1.0.alpha1.2)
         
     | 
| 
       6 
     | 
    
         
            -
                  hyperstack-config (= 1.0.alpha1.2)
         
     | 
| 
       7 
     | 
    
         
            -
                  libv8 (~> 6.3.0)
         
     | 
| 
       8 
     | 
    
         
            -
                  mini_racer (~> 0.1.15)
         
     | 
| 
       9 
     | 
    
         
            -
                  opal (>= 0.11.0, < 0.12.0)
         
     | 
| 
       10 
     | 
    
         
            -
                  opal-activesupport (~> 0.3.1)
         
     | 
| 
       11 
     | 
    
         
            -
                  react-rails (>= 2.4.0, < 2.5.0)
         
     | 
| 
       12 
     | 
    
         
            -
             
     | 
| 
       13 
     | 
    
         
            -
            PATH
         
     | 
| 
       14 
     | 
    
         
            -
              remote: ../hyper-model
         
     | 
| 
       15 
     | 
    
         
            -
              specs:
         
     | 
| 
       16 
     | 
    
         
            -
                hyper-model (1.0.alpha1.2)
         
     | 
| 
       17 
     | 
    
         
            -
                  activemodel
         
     | 
| 
       18 
     | 
    
         
            -
                  activerecord (>= 4.0.0)
         
     | 
| 
       19 
     | 
    
         
            -
                  hyper-component (= 1.0.alpha1.2)
         
     | 
| 
       20 
     | 
    
         
            -
                  hyper-operation (= 1.0.alpha1.2)
         
     | 
| 
       21 
     | 
    
         
            -
             
     | 
| 
       22 
     | 
    
         
            -
            PATH
         
     | 
| 
       23 
     | 
    
         
            -
              remote: ../hyper-operation
         
     | 
| 
       24 
     | 
    
         
            -
              specs:
         
     | 
| 
       25 
     | 
    
         
            -
                hyper-operation (1.0.alpha1.2)
         
     | 
| 
       26 
     | 
    
         
            -
                  activerecord (>= 4.0.0)
         
     | 
| 
       27 
     | 
    
         
            -
                  hyper-component (= 1.0.alpha1.2)
         
     | 
| 
       28 
     | 
    
         
            -
                  mutations
         
     | 
| 
       29 
     | 
    
         
            -
                  opal-activesupport (~> 0.3.1)
         
     | 
| 
       30 
     | 
    
         
            -
             
     | 
| 
       31 
     | 
    
         
            -
            PATH
         
     | 
| 
       32 
     | 
    
         
            -
              remote: ../hyper-router
         
     | 
| 
       33 
     | 
    
         
            -
              specs:
         
     | 
| 
       34 
     | 
    
         
            -
                hyper-router (1.0.alpha1.2)
         
     | 
| 
       35 
     | 
    
         
            -
                  hyper-component (= 1.0.alpha1.2)
         
     | 
| 
       36 
     | 
    
         
            -
                  hyper-state (= 1.0.alpha1.2)
         
     | 
| 
       37 
     | 
    
         
            -
                  opal-browser (~> 0.2.0)
         
     | 
| 
       38 
     | 
    
         
            -
             
     | 
| 
       39 
     | 
    
         
            -
            PATH
         
     | 
| 
       40 
     | 
    
         
            -
              remote: ../hyper-spec
         
     | 
| 
       41 
     | 
    
         
            -
              specs:
         
     | 
| 
       42 
     | 
    
         
            -
                hyper-spec (1.0.alpha1.2)
         
     | 
| 
       43 
     | 
    
         
            -
                  capybara
         
     | 
| 
       44 
     | 
    
         
            -
                  chromedriver-helper (= 1.2.0)
         
     | 
| 
       45 
     | 
    
         
            -
                  libv8 (~> 6.3.0)
         
     | 
| 
       46 
     | 
    
         
            -
                  method_source
         
     | 
| 
       47 
     | 
    
         
            -
                  mini_racer (~> 0.1.15)
         
     | 
| 
       48 
     | 
    
         
            -
                  opal (>= 0.11.0, < 0.12.0)
         
     | 
| 
       49 
     | 
    
         
            -
                  parser (>= 2.3.3.1)
         
     | 
| 
       50 
     | 
    
         
            -
                  pry
         
     | 
| 
       51 
     | 
    
         
            -
                  rspec-rails
         
     | 
| 
       52 
     | 
    
         
            -
                  selenium-webdriver
         
     | 
| 
       53 
     | 
    
         
            -
                  timecop (~> 0.8.1)
         
     | 
| 
       54 
     | 
    
         
            -
                  uglifier
         
     | 
| 
       55 
     | 
    
         
            -
                  unparser
         
     | 
| 
       56 
     | 
    
         
            -
                  webdrivers
         
     | 
| 
       57 
     | 
    
         
            -
             
     | 
| 
       58 
     | 
    
         
            -
            PATH
         
     | 
| 
       59 
     | 
    
         
            -
              remote: ../hyper-state
         
     | 
| 
       60 
     | 
    
         
            -
              specs:
         
     | 
| 
       61 
     | 
    
         
            -
                hyper-state (1.0.alpha1.2)
         
     | 
| 
       62 
     | 
    
         
            -
                  hyperstack-config (= 1.0.alpha1.2)
         
     | 
| 
       63 
     | 
    
         
            -
                  opal (>= 0.11.0, < 0.12.0)
         
     | 
| 
       64 
     | 
    
         
            -
             
     | 
| 
       65 
     | 
    
         
            -
            PATH
         
     | 
| 
       66 
     | 
    
         
            -
              remote: ../hyperstack-config
         
     | 
| 
       67 
     | 
    
         
            -
              specs:
         
     | 
| 
       68 
     | 
    
         
            -
                hyperstack-config (1.0.alpha1.2)
         
     | 
| 
       69 
     | 
    
         
            -
                  libv8 (~> 6.3.0)
         
     | 
| 
       70 
     | 
    
         
            -
                  listen (~> 3.0)
         
     | 
| 
       71 
     | 
    
         
            -
                  mini_racer (~> 0.1.15)
         
     | 
| 
       72 
     | 
    
         
            -
                  opal (>= 0.11.0, < 0.12.0)
         
     | 
| 
       73 
     | 
    
         
            -
                  opal-browser (~> 0.2.0)
         
     | 
| 
       74 
     | 
    
         
            -
                  uglifier
         
     | 
| 
       75 
     | 
    
         
            -
                  websocket
         
     | 
| 
       76 
     | 
    
         
            -
             
     | 
| 
       77 
     | 
    
         
            -
            PATH
         
     | 
| 
       78 
     | 
    
         
            -
              remote: .
         
     | 
| 
       79 
     | 
    
         
            -
              specs:
         
     | 
| 
       80 
     | 
    
         
            -
                rails-hyperstack (1.0.alpha1.2)
         
     | 
| 
       81 
     | 
    
         
            -
                  hyper-model (= 1.0.alpha1.2)
         
     | 
| 
       82 
     | 
    
         
            -
                  hyper-router (= 1.0.alpha1.2)
         
     | 
| 
       83 
     | 
    
         
            -
                  hyperstack-config (= 1.0.alpha1.2)
         
     | 
| 
       84 
     | 
    
         
            -
                  libv8 (~> 6.3.0)
         
     | 
| 
       85 
     | 
    
         
            -
                  mini_racer (~> 0.1.15)
         
     | 
| 
       86 
     | 
    
         
            -
                  opal-browser (~> 0.2.0)
         
     | 
| 
       87 
     | 
    
         
            -
                  opal-rails (~> 0.9.4)
         
     | 
| 
       88 
     | 
    
         
            -
                  rails (>= 4.0.0)
         
     | 
| 
       89 
     | 
    
         
            -
                  react-rails (>= 2.4.0, < 2.5.0)
         
     | 
| 
       90 
     | 
    
         
            -
             
     | 
| 
       91 
     | 
    
         
            -
            GEM
         
     | 
| 
       92 
     | 
    
         
            -
              remote: https://rubygems.org/
         
     | 
| 
       93 
     | 
    
         
            -
              specs:
         
     | 
| 
       94 
     | 
    
         
            -
                abstract_type (0.0.7)
         
     | 
| 
       95 
     | 
    
         
            -
                actioncable (5.2.1)
         
     | 
| 
       96 
     | 
    
         
            -
                  actionpack (= 5.2.1)
         
     | 
| 
       97 
     | 
    
         
            -
                  nio4r (~> 2.0)
         
     | 
| 
       98 
     | 
    
         
            -
                  websocket-driver (>= 0.6.1)
         
     | 
| 
       99 
     | 
    
         
            -
                actionmailer (5.2.1)
         
     | 
| 
       100 
     | 
    
         
            -
                  actionpack (= 5.2.1)
         
     | 
| 
       101 
     | 
    
         
            -
                  actionview (= 5.2.1)
         
     | 
| 
       102 
     | 
    
         
            -
                  activejob (= 5.2.1)
         
     | 
| 
       103 
     | 
    
         
            -
                  mail (~> 2.5, >= 2.5.4)
         
     | 
| 
       104 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       105 
     | 
    
         
            -
                actionpack (5.2.1)
         
     | 
| 
       106 
     | 
    
         
            -
                  actionview (= 5.2.1)
         
     | 
| 
       107 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       108 
     | 
    
         
            -
                  rack (~> 2.0)
         
     | 
| 
       109 
     | 
    
         
            -
                  rack-test (>= 0.6.3)
         
     | 
| 
       110 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       111 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1.0, >= 1.0.2)
         
     | 
| 
       112 
     | 
    
         
            -
                actionview (5.2.1)
         
     | 
| 
       113 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       114 
     | 
    
         
            -
                  builder (~> 3.1)
         
     | 
| 
       115 
     | 
    
         
            -
                  erubi (~> 1.4)
         
     | 
| 
       116 
     | 
    
         
            -
                  rails-dom-testing (~> 2.0)
         
     | 
| 
       117 
     | 
    
         
            -
                  rails-html-sanitizer (~> 1.0, >= 1.0.3)
         
     | 
| 
       118 
     | 
    
         
            -
                activejob (5.2.1)
         
     | 
| 
       119 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       120 
     | 
    
         
            -
                  globalid (>= 0.3.6)
         
     | 
| 
       121 
     | 
    
         
            -
                activemodel (5.2.1)
         
     | 
| 
       122 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       123 
     | 
    
         
            -
                activerecord (5.2.1)
         
     | 
| 
       124 
     | 
    
         
            -
                  activemodel (= 5.2.1)
         
     | 
| 
       125 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       126 
     | 
    
         
            -
                  arel (>= 9.0)
         
     | 
| 
       127 
     | 
    
         
            -
                activestorage (5.2.1)
         
     | 
| 
       128 
     | 
    
         
            -
                  actionpack (= 5.2.1)
         
     | 
| 
       129 
     | 
    
         
            -
                  activerecord (= 5.2.1)
         
     | 
| 
       130 
     | 
    
         
            -
                  marcel (~> 0.3.1)
         
     | 
| 
       131 
     | 
    
         
            -
                activesupport (5.2.1)
         
     | 
| 
       132 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0, >= 1.0.2)
         
     | 
| 
       133 
     | 
    
         
            -
                  i18n (>= 0.7, < 2)
         
     | 
| 
       134 
     | 
    
         
            -
                  minitest (~> 5.1)
         
     | 
| 
       135 
     | 
    
         
            -
                  tzinfo (~> 1.1)
         
     | 
| 
       136 
     | 
    
         
            -
                adamantium (0.2.0)
         
     | 
| 
       137 
     | 
    
         
            -
                  ice_nine (~> 0.11.0)
         
     | 
| 
       138 
     | 
    
         
            -
                  memoizable (~> 0.4.0)
         
     | 
| 
       139 
     | 
    
         
            -
                addressable (2.5.2)
         
     | 
| 
       140 
     | 
    
         
            -
                  public_suffix (>= 2.0.2, < 4.0)
         
     | 
| 
       141 
     | 
    
         
            -
                archive-zip (0.11.0)
         
     | 
| 
       142 
     | 
    
         
            -
                  io-like (~> 0.3.0)
         
     | 
| 
       143 
     | 
    
         
            -
                arel (9.0.0)
         
     | 
| 
       144 
     | 
    
         
            -
                ast (2.4.0)
         
     | 
| 
       145 
     | 
    
         
            -
                babel-source (5.8.35)
         
     | 
| 
       146 
     | 
    
         
            -
                babel-transpiler (0.7.0)
         
     | 
| 
       147 
     | 
    
         
            -
                  babel-source (>= 4.0, < 6)
         
     | 
| 
       148 
     | 
    
         
            -
                  execjs (~> 2.0)
         
     | 
| 
       149 
     | 
    
         
            -
                bootsnap (1.3.2)
         
     | 
| 
       150 
     | 
    
         
            -
                  msgpack (~> 1.0)
         
     | 
| 
       151 
     | 
    
         
            -
                builder (3.2.3)
         
     | 
| 
       152 
     | 
    
         
            -
                capybara (3.11.0)
         
     | 
| 
       153 
     | 
    
         
            -
                  addressable
         
     | 
| 
       154 
     | 
    
         
            -
                  mini_mime (>= 0.1.3)
         
     | 
| 
       155 
     | 
    
         
            -
                  nokogiri (~> 1.8)
         
     | 
| 
       156 
     | 
    
         
            -
                  rack (>= 1.6.0)
         
     | 
| 
       157 
     | 
    
         
            -
                  rack-test (>= 0.6.3)
         
     | 
| 
       158 
     | 
    
         
            -
                  regexp_parser (~> 1.2)
         
     | 
| 
       159 
     | 
    
         
            -
                  xpath (~> 3.2)
         
     | 
| 
       160 
     | 
    
         
            -
                childprocess (0.9.0)
         
     | 
| 
       161 
     | 
    
         
            -
                  ffi (~> 1.0, >= 1.0.11)
         
     | 
| 
       162 
     | 
    
         
            -
                chromedriver-helper (1.2.0)
         
     | 
| 
       163 
     | 
    
         
            -
                  archive-zip (~> 0.10)
         
     | 
| 
       164 
     | 
    
         
            -
                  nokogiri (~> 1.8)
         
     | 
| 
       165 
     | 
    
         
            -
                coderay (1.1.2)
         
     | 
| 
       166 
     | 
    
         
            -
                coffee-rails (4.2.2)
         
     | 
| 
       167 
     | 
    
         
            -
                  coffee-script (>= 2.2.0)
         
     | 
| 
       168 
     | 
    
         
            -
                  railties (>= 4.0.0)
         
     | 
| 
       169 
     | 
    
         
            -
                coffee-script (2.4.1)
         
     | 
| 
       170 
     | 
    
         
            -
                  coffee-script-source
         
     | 
| 
       171 
     | 
    
         
            -
                  execjs
         
     | 
| 
       172 
     | 
    
         
            -
                coffee-script-source (1.12.2)
         
     | 
| 
       173 
     | 
    
         
            -
                concord (0.1.5)
         
     | 
| 
       174 
     | 
    
         
            -
                  adamantium (~> 0.2.0)
         
     | 
| 
       175 
     | 
    
         
            -
                  equalizer (~> 0.0.9)
         
     | 
| 
       176 
     | 
    
         
            -
                concurrent-ruby (1.1.3)
         
     | 
| 
       177 
     | 
    
         
            -
                connection_pool (2.2.2)
         
     | 
| 
       178 
     | 
    
         
            -
                crass (1.0.4)
         
     | 
| 
       179 
     | 
    
         
            -
                database_cleaner (1.7.0)
         
     | 
| 
       180 
     | 
    
         
            -
                diff-lcs (1.3)
         
     | 
| 
       181 
     | 
    
         
            -
                dotenv (0.7.0)
         
     | 
| 
       182 
     | 
    
         
            -
                equalizer (0.0.11)
         
     | 
| 
       183 
     | 
    
         
            -
                erubi (1.7.1)
         
     | 
| 
       184 
     | 
    
         
            -
                execjs (2.7.0)
         
     | 
| 
       185 
     | 
    
         
            -
                ffi (1.9.25)
         
     | 
| 
       186 
     | 
    
         
            -
                foreman (0.64.0)
         
     | 
| 
       187 
     | 
    
         
            -
                  dotenv (~> 0.7.0)
         
     | 
| 
       188 
     | 
    
         
            -
                  thor (>= 0.13.6)
         
     | 
| 
       189 
     | 
    
         
            -
                globalid (0.4.1)
         
     | 
| 
       190 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
       191 
     | 
    
         
            -
                hike (1.2.3)
         
     | 
| 
       192 
     | 
    
         
            -
                i18n (1.1.1)
         
     | 
| 
       193 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       194 
     | 
    
         
            -
                ice_nine (0.11.2)
         
     | 
| 
       195 
     | 
    
         
            -
                io-like (0.3.0)
         
     | 
| 
       196 
     | 
    
         
            -
                jbuilder (2.8.0)
         
     | 
| 
       197 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
       198 
     | 
    
         
            -
                  multi_json (>= 1.2)
         
     | 
| 
       199 
     | 
    
         
            -
                jquery-rails (4.3.3)
         
     | 
| 
       200 
     | 
    
         
            -
                  rails-dom-testing (>= 1, < 3)
         
     | 
| 
       201 
     | 
    
         
            -
                  railties (>= 4.2.0)
         
     | 
| 
       202 
     | 
    
         
            -
                  thor (>= 0.14, < 2.0)
         
     | 
| 
       203 
     | 
    
         
            -
                libv8 (6.3.292.48.1)
         
     | 
| 
       204 
     | 
    
         
            -
                listen (3.1.5)
         
     | 
| 
       205 
     | 
    
         
            -
                  rb-fsevent (~> 0.9, >= 0.9.4)
         
     | 
| 
       206 
     | 
    
         
            -
                  rb-inotify (~> 0.9, >= 0.9.7)
         
     | 
| 
       207 
     | 
    
         
            -
                  ruby_dep (~> 1.2)
         
     | 
| 
       208 
     | 
    
         
            -
                loofah (2.2.3)
         
     | 
| 
       209 
     | 
    
         
            -
                  crass (~> 1.0.2)
         
     | 
| 
       210 
     | 
    
         
            -
                  nokogiri (>= 1.5.9)
         
     | 
| 
       211 
     | 
    
         
            -
                mail (2.7.1)
         
     | 
| 
       212 
     | 
    
         
            -
                  mini_mime (>= 0.1.1)
         
     | 
| 
       213 
     | 
    
         
            -
                marcel (0.3.3)
         
     | 
| 
       214 
     | 
    
         
            -
                  mimemagic (~> 0.3.2)
         
     | 
| 
       215 
     | 
    
         
            -
                memoizable (0.4.2)
         
     | 
| 
       216 
     | 
    
         
            -
                  thread_safe (~> 0.3, >= 0.3.1)
         
     | 
| 
       217 
     | 
    
         
            -
                method_source (0.9.1)
         
     | 
| 
       218 
     | 
    
         
            -
                mimemagic (0.3.2)
         
     | 
| 
       219 
     | 
    
         
            -
                mini_mime (1.0.1)
         
     | 
| 
       220 
     | 
    
         
            -
                mini_portile2 (2.3.0)
         
     | 
| 
       221 
     | 
    
         
            -
                mini_racer (0.1.15)
         
     | 
| 
       222 
     | 
    
         
            -
                  libv8 (~> 6.3)
         
     | 
| 
       223 
     | 
    
         
            -
                minitest (5.11.3)
         
     | 
| 
       224 
     | 
    
         
            -
                msgpack (1.2.4)
         
     | 
| 
       225 
     | 
    
         
            -
                multi_json (1.13.1)
         
     | 
| 
       226 
     | 
    
         
            -
                mutations (0.8.3)
         
     | 
| 
       227 
     | 
    
         
            -
                  activesupport
         
     | 
| 
       228 
     | 
    
         
            -
                nio4r (2.3.1)
         
     | 
| 
       229 
     | 
    
         
            -
                nokogiri (1.8.5)
         
     | 
| 
       230 
     | 
    
         
            -
                  mini_portile2 (~> 2.3.0)
         
     | 
| 
       231 
     | 
    
         
            -
                opal (0.11.4)
         
     | 
| 
       232 
     | 
    
         
            -
                  ast (>= 2.3.0)
         
     | 
| 
       233 
     | 
    
         
            -
                  hike (~> 1.2)
         
     | 
| 
       234 
     | 
    
         
            -
                  parser (= 2.3.3.1)
         
     | 
| 
       235 
     | 
    
         
            -
                  sourcemap (~> 0.1.0)
         
     | 
| 
       236 
     | 
    
         
            -
                opal-activesupport (0.3.1)
         
     | 
| 
       237 
     | 
    
         
            -
                  opal (>= 0.5.0, < 1.0.0)
         
     | 
| 
       238 
     | 
    
         
            -
                opal-browser (0.2.0)
         
     | 
| 
       239 
     | 
    
         
            -
                  opal
         
     | 
| 
       240 
     | 
    
         
            -
                  paggio
         
     | 
| 
       241 
     | 
    
         
            -
                opal-jquery (0.4.3)
         
     | 
| 
       242 
     | 
    
         
            -
                  opal (>= 0.10.0, < 0.12.0)
         
     | 
| 
       243 
     | 
    
         
            -
                opal-rails (0.9.5)
         
     | 
| 
       244 
     | 
    
         
            -
                  jquery-rails
         
     | 
| 
       245 
     | 
    
         
            -
                  opal (>= 0.11.0, < 0.12)
         
     | 
| 
       246 
     | 
    
         
            -
                  opal-activesupport (>= 0.0.5)
         
     | 
| 
       247 
     | 
    
         
            -
                  opal-jquery (~> 0.4.0)
         
     | 
| 
       248 
     | 
    
         
            -
                  opal-sprockets (~> 0.4.2)
         
     | 
| 
       249 
     | 
    
         
            -
                  rails (>= 4.1, < 6.0)
         
     | 
| 
       250 
     | 
    
         
            -
                  sprockets-rails (>= 2.3.3, < 4.0)
         
     | 
| 
       251 
     | 
    
         
            -
                opal-sprockets (0.4.2.0.11.0.3.1)
         
     | 
| 
       252 
     | 
    
         
            -
                  opal (~> 0.11.0)
         
     | 
| 
       253 
     | 
    
         
            -
                  sprockets (~> 3.1)
         
     | 
| 
       254 
     | 
    
         
            -
                  tilt (>= 1.4)
         
     | 
| 
       255 
     | 
    
         
            -
                paggio (0.2.6)
         
     | 
| 
       256 
     | 
    
         
            -
                parallel (1.12.1)
         
     | 
| 
       257 
     | 
    
         
            -
                parser (2.3.3.1)
         
     | 
| 
       258 
     | 
    
         
            -
                  ast (~> 2.2)
         
     | 
| 
       259 
     | 
    
         
            -
                powerpack (0.1.2)
         
     | 
| 
       260 
     | 
    
         
            -
                procto (0.0.3)
         
     | 
| 
       261 
     | 
    
         
            -
                pry (0.11.3)
         
     | 
| 
       262 
     | 
    
         
            -
                  coderay (~> 1.1.0)
         
     | 
| 
       263 
     | 
    
         
            -
                  method_source (~> 0.9.0)
         
     | 
| 
       264 
     | 
    
         
            -
                public_suffix (3.0.3)
         
     | 
| 
       265 
     | 
    
         
            -
                puma (3.12.0)
         
     | 
| 
       266 
     | 
    
         
            -
                rack (2.0.6)
         
     | 
| 
       267 
     | 
    
         
            -
                rack-test (1.1.0)
         
     | 
| 
       268 
     | 
    
         
            -
                  rack (>= 1.0, < 3)
         
     | 
| 
       269 
     | 
    
         
            -
                rails (5.2.1)
         
     | 
| 
       270 
     | 
    
         
            -
                  actioncable (= 5.2.1)
         
     | 
| 
       271 
     | 
    
         
            -
                  actionmailer (= 5.2.1)
         
     | 
| 
       272 
     | 
    
         
            -
                  actionpack (= 5.2.1)
         
     | 
| 
       273 
     | 
    
         
            -
                  actionview (= 5.2.1)
         
     | 
| 
       274 
     | 
    
         
            -
                  activejob (= 5.2.1)
         
     | 
| 
       275 
     | 
    
         
            -
                  activemodel (= 5.2.1)
         
     | 
| 
       276 
     | 
    
         
            -
                  activerecord (= 5.2.1)
         
     | 
| 
       277 
     | 
    
         
            -
                  activestorage (= 5.2.1)
         
     | 
| 
       278 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       279 
     | 
    
         
            -
                  bundler (>= 1.3.0)
         
     | 
| 
       280 
     | 
    
         
            -
                  railties (= 5.2.1)
         
     | 
| 
       281 
     | 
    
         
            -
                  sprockets-rails (>= 2.0.0)
         
     | 
| 
       282 
     | 
    
         
            -
                rails-dom-testing (2.0.3)
         
     | 
| 
       283 
     | 
    
         
            -
                  activesupport (>= 4.2.0)
         
     | 
| 
       284 
     | 
    
         
            -
                  nokogiri (>= 1.6)
         
     | 
| 
       285 
     | 
    
         
            -
                rails-html-sanitizer (1.0.4)
         
     | 
| 
       286 
     | 
    
         
            -
                  loofah (~> 2.2, >= 2.2.2)
         
     | 
| 
       287 
     | 
    
         
            -
                railties (5.2.1)
         
     | 
| 
       288 
     | 
    
         
            -
                  actionpack (= 5.2.1)
         
     | 
| 
       289 
     | 
    
         
            -
                  activesupport (= 5.2.1)
         
     | 
| 
       290 
     | 
    
         
            -
                  method_source
         
     | 
| 
       291 
     | 
    
         
            -
                  rake (>= 0.8.7)
         
     | 
| 
       292 
     | 
    
         
            -
                  thor (>= 0.19.0, < 2.0)
         
     | 
| 
       293 
     | 
    
         
            -
                rainbow (2.2.2)
         
     | 
| 
       294 
     | 
    
         
            -
                  rake
         
     | 
| 
       295 
     | 
    
         
            -
                rake (12.3.1)
         
     | 
| 
       296 
     | 
    
         
            -
                rb-fsevent (0.10.3)
         
     | 
| 
       297 
     | 
    
         
            -
                rb-inotify (0.9.10)
         
     | 
| 
       298 
     | 
    
         
            -
                  ffi (>= 0.5.0, < 2)
         
     | 
| 
       299 
     | 
    
         
            -
                react-rails (2.4.7)
         
     | 
| 
       300 
     | 
    
         
            -
                  babel-transpiler (>= 0.7.0)
         
     | 
| 
       301 
     | 
    
         
            -
                  connection_pool
         
     | 
| 
       302 
     | 
    
         
            -
                  execjs
         
     | 
| 
       303 
     | 
    
         
            -
                  railties (>= 3.2)
         
     | 
| 
       304 
     | 
    
         
            -
                  tilt
         
     | 
| 
       305 
     | 
    
         
            -
                regexp_parser (1.3.0)
         
     | 
| 
       306 
     | 
    
         
            -
                rspec (3.8.0)
         
     | 
| 
       307 
     | 
    
         
            -
                  rspec-core (~> 3.8.0)
         
     | 
| 
       308 
     | 
    
         
            -
                  rspec-expectations (~> 3.8.0)
         
     | 
| 
       309 
     | 
    
         
            -
                  rspec-mocks (~> 3.8.0)
         
     | 
| 
       310 
     | 
    
         
            -
                rspec-core (3.8.0)
         
     | 
| 
       311 
     | 
    
         
            -
                  rspec-support (~> 3.8.0)
         
     | 
| 
       312 
     | 
    
         
            -
                rspec-expectations (3.8.2)
         
     | 
| 
       313 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       314 
     | 
    
         
            -
                  rspec-support (~> 3.8.0)
         
     | 
| 
       315 
     | 
    
         
            -
                rspec-mocks (3.8.0)
         
     | 
| 
       316 
     | 
    
         
            -
                  diff-lcs (>= 1.2.0, < 2.0)
         
     | 
| 
       317 
     | 
    
         
            -
                  rspec-support (~> 3.8.0)
         
     | 
| 
       318 
     | 
    
         
            -
                rspec-rails (3.8.1)
         
     | 
| 
       319 
     | 
    
         
            -
                  actionpack (>= 3.0)
         
     | 
| 
       320 
     | 
    
         
            -
                  activesupport (>= 3.0)
         
     | 
| 
       321 
     | 
    
         
            -
                  railties (>= 3.0)
         
     | 
| 
       322 
     | 
    
         
            -
                  rspec-core (~> 3.8.0)
         
     | 
| 
       323 
     | 
    
         
            -
                  rspec-expectations (~> 3.8.0)
         
     | 
| 
       324 
     | 
    
         
            -
                  rspec-mocks (~> 3.8.0)
         
     | 
| 
       325 
     | 
    
         
            -
                  rspec-support (~> 3.8.0)
         
     | 
| 
       326 
     | 
    
         
            -
                rspec-support (3.8.0)
         
     | 
| 
       327 
     | 
    
         
            -
                rubocop (0.51.0)
         
     | 
| 
       328 
     | 
    
         
            -
                  parallel (~> 1.10)
         
     | 
| 
       329 
     | 
    
         
            -
                  parser (>= 2.3.3.1, < 3.0)
         
     | 
| 
       330 
     | 
    
         
            -
                  powerpack (~> 0.1)
         
     | 
| 
       331 
     | 
    
         
            -
                  rainbow (>= 2.2.2, < 3.0)
         
     | 
| 
       332 
     | 
    
         
            -
                  ruby-progressbar (~> 1.7)
         
     | 
| 
       333 
     | 
    
         
            -
                  unicode-display_width (~> 1.0, >= 1.0.1)
         
     | 
| 
       334 
     | 
    
         
            -
                ruby-progressbar (1.10.0)
         
     | 
| 
       335 
     | 
    
         
            -
                ruby_dep (1.5.0)
         
     | 
| 
       336 
     | 
    
         
            -
                rubyzip (1.2.2)
         
     | 
| 
       337 
     | 
    
         
            -
                sass (3.7.2)
         
     | 
| 
       338 
     | 
    
         
            -
                  sass-listen (~> 4.0.0)
         
     | 
| 
       339 
     | 
    
         
            -
                sass-listen (4.0.0)
         
     | 
| 
       340 
     | 
    
         
            -
                  rb-fsevent (~> 0.9, >= 0.9.4)
         
     | 
| 
       341 
     | 
    
         
            -
                  rb-inotify (~> 0.9, >= 0.9.7)
         
     | 
| 
       342 
     | 
    
         
            -
                sass-rails (5.0.7)
         
     | 
| 
       343 
     | 
    
         
            -
                  railties (>= 4.0.0, < 6)
         
     | 
| 
       344 
     | 
    
         
            -
                  sass (~> 3.1)
         
     | 
| 
       345 
     | 
    
         
            -
                  sprockets (>= 2.8, < 4.0)
         
     | 
| 
       346 
     | 
    
         
            -
                  sprockets-rails (>= 2.0, < 4.0)
         
     | 
| 
       347 
     | 
    
         
            -
                  tilt (>= 1.1, < 3)
         
     | 
| 
       348 
     | 
    
         
            -
                selenium-webdriver (3.141.0)
         
     | 
| 
       349 
     | 
    
         
            -
                  childprocess (~> 0.5)
         
     | 
| 
       350 
     | 
    
         
            -
                  rubyzip (~> 1.2, >= 1.2.2)
         
     | 
| 
       351 
     | 
    
         
            -
                sourcemap (0.1.1)
         
     | 
| 
       352 
     | 
    
         
            -
                sprockets (3.7.2)
         
     | 
| 
       353 
     | 
    
         
            -
                  concurrent-ruby (~> 1.0)
         
     | 
| 
       354 
     | 
    
         
            -
                  rack (> 1, < 3)
         
     | 
| 
       355 
     | 
    
         
            -
                sprockets-rails (3.2.1)
         
     | 
| 
       356 
     | 
    
         
            -
                  actionpack (>= 4.0)
         
     | 
| 
       357 
     | 
    
         
            -
                  activesupport (>= 4.0)
         
     | 
| 
       358 
     | 
    
         
            -
                  sprockets (>= 3.0.0)
         
     | 
| 
       359 
     | 
    
         
            -
                sqlite3 (1.3.13)
         
     | 
| 
       360 
     | 
    
         
            -
                thor (0.20.1)
         
     | 
| 
       361 
     | 
    
         
            -
                thread_safe (0.3.6)
         
     | 
| 
       362 
     | 
    
         
            -
                tilt (2.0.8)
         
     | 
| 
       363 
     | 
    
         
            -
                timecop (0.8.1)
         
     | 
| 
       364 
     | 
    
         
            -
                turbolinks (5.2.0)
         
     | 
| 
       365 
     | 
    
         
            -
                  turbolinks-source (~> 5.2)
         
     | 
| 
       366 
     | 
    
         
            -
                turbolinks-source (5.2.0)
         
     | 
| 
       367 
     | 
    
         
            -
                tzinfo (1.2.5)
         
     | 
| 
       368 
     | 
    
         
            -
                  thread_safe (~> 0.1)
         
     | 
| 
       369 
     | 
    
         
            -
                uglifier (4.1.19)
         
     | 
| 
       370 
     | 
    
         
            -
                  execjs (>= 0.3.0, < 3)
         
     | 
| 
       371 
     | 
    
         
            -
                unicode-display_width (1.4.0)
         
     | 
| 
       372 
     | 
    
         
            -
                unparser (0.2.8)
         
     | 
| 
       373 
     | 
    
         
            -
                  abstract_type (~> 0.0.7)
         
     | 
| 
       374 
     | 
    
         
            -
                  adamantium (~> 0.2.0)
         
     | 
| 
       375 
     | 
    
         
            -
                  concord (~> 0.1.5)
         
     | 
| 
       376 
     | 
    
         
            -
                  diff-lcs (~> 1.3)
         
     | 
| 
       377 
     | 
    
         
            -
                  equalizer (~> 0.0.9)
         
     | 
| 
       378 
     | 
    
         
            -
                  parser (>= 2.3.1.2, < 2.6)
         
     | 
| 
       379 
     | 
    
         
            -
                  procto (~> 0.0.2)
         
     | 
| 
       380 
     | 
    
         
            -
                webdrivers (3.4.3)
         
     | 
| 
       381 
     | 
    
         
            -
                  nokogiri (~> 1.6)
         
     | 
| 
       382 
     | 
    
         
            -
                  rubyzip (~> 1.0)
         
     | 
| 
       383 
     | 
    
         
            -
                  selenium-webdriver (~> 3.0)
         
     | 
| 
       384 
     | 
    
         
            -
                websocket (1.2.8)
         
     | 
| 
       385 
     | 
    
         
            -
                websocket-driver (0.7.0)
         
     | 
| 
       386 
     | 
    
         
            -
                  websocket-extensions (>= 0.1.0)
         
     | 
| 
       387 
     | 
    
         
            -
                websocket-extensions (0.1.3)
         
     | 
| 
       388 
     | 
    
         
            -
                xpath (3.2.0)
         
     | 
| 
       389 
     | 
    
         
            -
                  nokogiri (~> 1.8)
         
     | 
| 
       390 
     | 
    
         
            -
             
     | 
| 
       391 
     | 
    
         
            -
            PLATFORMS
         
     | 
| 
       392 
     | 
    
         
            -
              ruby
         
     | 
| 
       393 
     | 
    
         
            -
             
     | 
| 
       394 
     | 
    
         
            -
            DEPENDENCIES
         
     | 
| 
       395 
     | 
    
         
            -
              bootsnap
         
     | 
| 
       396 
     | 
    
         
            -
              bundler (~> 1.16.0)
         
     | 
| 
       397 
     | 
    
         
            -
              chromedriver-helper
         
     | 
| 
       398 
     | 
    
         
            -
              coffee-rails (~> 4.2)
         
     | 
| 
       399 
     | 
    
         
            -
              database_cleaner
         
     | 
| 
       400 
     | 
    
         
            -
              foreman
         
     | 
| 
       401 
     | 
    
         
            -
              hyper-component!
         
     | 
| 
       402 
     | 
    
         
            -
              hyper-model!
         
     | 
| 
       403 
     | 
    
         
            -
              hyper-operation!
         
     | 
| 
       404 
     | 
    
         
            -
              hyper-router!
         
     | 
| 
       405 
     | 
    
         
            -
              hyper-spec!
         
     | 
| 
       406 
     | 
    
         
            -
              hyper-state!
         
     | 
| 
       407 
     | 
    
         
            -
              hyperstack-config!
         
     | 
| 
       408 
     | 
    
         
            -
              jbuilder (~> 2.5)
         
     | 
| 
       409 
     | 
    
         
            -
              pry
         
     | 
| 
       410 
     | 
    
         
            -
              puma
         
     | 
| 
       411 
     | 
    
         
            -
              rails (~> 5.2)
         
     | 
| 
       412 
     | 
    
         
            -
              rails-hyperstack!
         
     | 
| 
       413 
     | 
    
         
            -
              rspec
         
     | 
| 
       414 
     | 
    
         
            -
              rubocop (~> 0.51.0)
         
     | 
| 
       415 
     | 
    
         
            -
              sass-rails (~> 5.0)
         
     | 
| 
       416 
     | 
    
         
            -
              sqlite3
         
     | 
| 
       417 
     | 
    
         
            -
              turbolinks (~> 5)
         
     | 
| 
       418 
     | 
    
         
            -
              uglifier (>= 1.3.0)
         
     | 
| 
       419 
     | 
    
         
            -
             
     | 
| 
       420 
     | 
    
         
            -
            BUNDLED WITH
         
     | 
| 
       421 
     | 
    
         
            -
               1.16.0
         
     |