flyboy 0.0.3 → 0.0.4
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.
- data/db/migrate/20150407070804_states_to_string.rb +3 -3
- data/lib/flyboy/version.rb +1 -1
- data/spec/dummy/app/assets/stylesheets/application.sass +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/test.log +2184 -0
- data/spec/dummy/tmp/cache/assets/test/sass/134a214c49ad52e0bb93a0a160487bfdaaf2bdd2/application.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/all.sassc +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/a88d9c609d05fcc4670c8742b41816c0 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/d87810c66e05721ba749c5901c1af296 +0 -0
- data/spec/dummy/tmp/cache/assets/test/sprockets/ebe08f689f659c024f467b77f32a1c49 +0 -0
- metadata +6 -4
- /data/app/assets/stylesheets/flyboy/{application.sass → all.sass} +0 -0
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: flyboy
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -131,7 +131,7 @@ extensions: []
|
|
131
131
|
extra_rdoc_files: []
|
132
132
|
files:
|
133
133
|
- app/assets/javascripts/flyboy/application.js
|
134
|
-
- app/assets/stylesheets/flyboy/
|
134
|
+
- app/assets/stylesheets/flyboy/all.sass
|
135
135
|
- app/controllers/flyboy/application_controller.rb
|
136
136
|
- app/controllers/flyboy/goals_controller.rb
|
137
137
|
- app/controllers/flyboy/task_comments_controller.rb
|
@@ -402,6 +402,7 @@ files:
|
|
402
402
|
- spec/dummy/tmp/cache/assets/test/sass/03fca94e3a24de2d345af4e496346cab6a4ebea5/_variables.scssc
|
403
403
|
- spec/dummy/tmp/cache/assets/test/sass/03fca94e3a24de2d345af4e496346cab6a4ebea5/_wells.scssc
|
404
404
|
- spec/dummy/tmp/cache/assets/test/sass/134a214c49ad52e0bb93a0a160487bfdaaf2bdd2/application.sassc
|
405
|
+
- spec/dummy/tmp/cache/assets/test/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/all.sassc
|
405
406
|
- spec/dummy/tmp/cache/assets/test/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/application.sassc
|
406
407
|
- spec/dummy/tmp/cache/assets/test/sass/858521e55f04965c8eab876a9304e842dcd3b55c/all.sassc
|
407
408
|
- spec/dummy/tmp/cache/assets/test/sass/858521e55f04965c8eab876a9304e842dcd3b55c/comments.sassc
|
@@ -537,7 +538,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
537
538
|
version: '0'
|
538
539
|
segments:
|
539
540
|
- 0
|
540
|
-
hash:
|
541
|
+
hash: -1588028561433769310
|
541
542
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
542
543
|
none: false
|
543
544
|
requirements:
|
@@ -546,7 +547,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
546
547
|
version: '0'
|
547
548
|
segments:
|
548
549
|
- 0
|
549
|
-
hash:
|
550
|
+
hash: -1588028561433769310
|
550
551
|
requirements: []
|
551
552
|
rubyforge_project:
|
552
553
|
rubygems_version: 1.8.23.2
|
@@ -777,6 +778,7 @@ test_files:
|
|
777
778
|
- spec/dummy/tmp/cache/assets/test/sass/03fca94e3a24de2d345af4e496346cab6a4ebea5/_variables.scssc
|
778
779
|
- spec/dummy/tmp/cache/assets/test/sass/03fca94e3a24de2d345af4e496346cab6a4ebea5/_wells.scssc
|
779
780
|
- spec/dummy/tmp/cache/assets/test/sass/134a214c49ad52e0bb93a0a160487bfdaaf2bdd2/application.sassc
|
781
|
+
- spec/dummy/tmp/cache/assets/test/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/all.sassc
|
780
782
|
- spec/dummy/tmp/cache/assets/test/sass/4cd3136ea73cf27a824cea21f80648c87f40dfa2/application.sassc
|
781
783
|
- spec/dummy/tmp/cache/assets/test/sass/858521e55f04965c8eab876a9304e842dcd3b55c/all.sassc
|
782
784
|
- spec/dummy/tmp/cache/assets/test/sass/858521e55f04965c8eab876a9304e842dcd3b55c/comments.sassc
|
File without changes
|