mix-rails-songs 0.12.1 → 0.12.2
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/mix-rails-songs/version.rb +1 -1
- metadata +12 -12
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mix-rails-songs
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.12.
|
4
|
+
version: 0.12.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2013-01-
|
12
|
+
date: 2013-01-24 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -34,21 +34,21 @@ executables: []
|
|
34
34
|
extensions: []
|
35
35
|
extra_rdoc_files: []
|
36
36
|
files:
|
37
|
-
- app/
|
37
|
+
- app/views/admix/songs/_form_fields.html.haml
|
38
|
+
- app/views/admix/songs/_table_actions.html.haml
|
39
|
+
- app/views/admix/songs/_show.html.haml
|
40
|
+
- app/views/songs/player.haml
|
38
41
|
- app/controllers/admix/songs_controller.rb
|
39
42
|
- app/controllers/songs_controller.rb
|
40
|
-
- app/models/admix/songs_datagrid.rb
|
41
43
|
- app/models/song.rb
|
42
|
-
- app/
|
43
|
-
- app/
|
44
|
-
- app/views/admix/songs/_form_fields.html.haml
|
45
|
-
- app/views/songs/player.haml
|
46
|
-
- config/locales/songs.pt-BR.yml
|
44
|
+
- app/models/admix/songs_datagrid.rb
|
45
|
+
- app/uploaders/songs/song_uploader.rb
|
47
46
|
- config/routes.rb
|
47
|
+
- config/locales/songs.pt-BR.yml
|
48
|
+
- lib/mix-rails-songs.rb
|
48
49
|
- lib/tasks/songs_tasks.rake
|
49
50
|
- lib/mix-rails-songs/version.rb
|
50
51
|
- lib/mix-rails-songs/engine.rb
|
51
|
-
- lib/mix-rails-songs.rb
|
52
52
|
- MIT-LICENSE
|
53
53
|
- Rakefile
|
54
54
|
- README.rdoc
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
version: '0'
|
67
67
|
segments:
|
68
68
|
- 0
|
69
|
-
hash:
|
69
|
+
hash: 2783506838901210108
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
none: false
|
72
72
|
requirements:
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
version: '0'
|
76
76
|
segments:
|
77
77
|
- 0
|
78
|
-
hash:
|
78
|
+
hash: 2783506838901210108
|
79
79
|
requirements: []
|
80
80
|
rubyforge_project:
|
81
81
|
rubygems_version: 1.8.24
|