mix-rails-songs 0.12.2 → 0.15.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/mix-rails-songs/version.rb +2 -2
  2. metadata +11 -11
@@ -1,8 +1,8 @@
1
1
  module MixRailsSongs
2
2
  module VERSION #:nodoc:
3
3
  MAJOR = 0
4
- MINOR = 12
5
- TINY = 2
4
+ MINOR = 15
5
+ TINY = 0
6
6
  PRE = nil
7
7
 
8
8
  STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
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.2
4
+ version: 0.15.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -34,21 +34,21 @@ executables: []
34
34
  extensions: []
35
35
  extra_rdoc_files: []
36
36
  files:
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
37
+ - app/uploaders/songs/song_uploader.rb
41
38
  - app/controllers/admix/songs_controller.rb
42
39
  - app/controllers/songs_controller.rb
43
- - app/models/song.rb
44
40
  - app/models/admix/songs_datagrid.rb
45
- - app/uploaders/songs/song_uploader.rb
46
- - config/routes.rb
41
+ - app/models/song.rb
42
+ - app/views/admix/songs/_show.html.haml
43
+ - app/views/admix/songs/_table_actions.html.haml
44
+ - app/views/admix/songs/_form_fields.html.haml
45
+ - app/views/songs/player.haml
47
46
  - config/locales/songs.pt-BR.yml
48
- - lib/mix-rails-songs.rb
47
+ - config/routes.rb
49
48
  - lib/tasks/songs_tasks.rake
50
49
  - lib/mix-rails-songs/version.rb
51
50
  - 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: 2783506838901210108
69
+ hash: 1008765679201104356
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: 2783506838901210108
78
+ hash: 1008765679201104356
79
79
  requirements: []
80
80
  rubyforge_project:
81
81
  rubygems_version: 1.8.24