nitro_rails 0.1.1 → 0.1.2

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7f71c75899ffa891a15764b40d7b2689c0bb60ed23ebd40e6122837958e0a613
4
- data.tar.gz: ebd57bac0083b2d6c1b19b0212e5c61c152fe7d8a92194a44113912f59996879
3
+ metadata.gz: 60705387443aa5b04fba7d109e7be5f8266ca0d9901dff7c83fcd1fa25323bd4
4
+ data.tar.gz: f607cafd16ca9e3bc05f557f72e19c57e0b1c2ce34e0b52141601b3c222ba735
5
5
  SHA512:
6
- metadata.gz: a287da566c8533cf9793ce71405e48a62610862cdd1277361fa7c714af73c3ba03c7555505a19bd7098a34bf3eda713a685ee2628d003e7e2c3cdc2d49c86ba1
7
- data.tar.gz: 979d4d22beccf10641a959762e6c91c8bb084746bea0e79dcc880a8fe65efa68c305763e90c6bdf7352138ff66d857376c4d621d3e3955f577fdf973375928a6
6
+ metadata.gz: 5ac930d2c504c76385cdf97f76d3789c5e310e506c2f147f5726013bb5b6b3bb595e5c604d6512ca2776c55cb707335d9ae5e088d77a475aff7e05c1b1a16d96
7
+ data.tar.gz: 134c73bc8e2c997e60b027af1736181bdac24423663d0d1a6d0347c5872136e4ae6d768c6ee41736ba0374b76457a4676b9f7ba25a836e0d5724e50487393535
@@ -1,3 +1,3 @@
1
1
  module NitroRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nitro_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Hadik
@@ -106,6 +106,7 @@ files:
106
106
  - Rakefile
107
107
  - app/assets/audio/mousetap.mp3
108
108
  - app/assets/config/nitro_rails_manifest.js
109
+ - app/assets/images/nitro_rails/Aros2.png
109
110
  - app/assets/javascript/nitro_rails/application.js
110
111
  - app/assets/javascript/nitro_rails/controllers/application.js
111
112
  - app/assets/javascript/nitro_rails/controllers/audio_controller.js