motorhead 0.3.5 → 0.3.6
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 27b97f66bd79e4b645523ad7bd7e0340d693c457
|
4
|
+
data.tar.gz: 5f88d6d9e0e8f22c054ad155ca7a2cc0bf7679b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9f42c757e5e80b0cb0bba907e834f2ca0b60b094feff123c9ef179e960d0666212059457bb59697a71a7551a915109d20ecb1c21689b6f56673bfbde6d903c3b
|
7
|
+
data.tar.gz: 628acfbcb798c84d0bcd102aaed45517ed650347de7aa5124572fd9ee727debf48fd2e15d7af3f3d8c77ca497b9045307129ca69aca56a3e6c789b21b0eac9d7
|
data/lib/motorhead/engine.rb
CHANGED
data/lib/motorhead/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: motorhead
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Akira Matsuda
|
@@ -132,6 +132,7 @@ files:
|
|
132
132
|
- lib/motorhead/action_view.rb
|
133
133
|
- lib/motorhead/config.rb
|
134
134
|
- lib/motorhead/engine.rb
|
135
|
+
- lib/motorhead/errors.rb
|
135
136
|
- lib/motorhead/road_crew.rb
|
136
137
|
- lib/motorhead/road_crew/app/assets/javascripts/road_crew/application.js
|
137
138
|
- lib/motorhead/road_crew/app/assets/stylesheets/road_crew/application.css
|