models_timeline 0.0.2 → 0.0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module ModelsTimeline
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: models_timeline
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.2.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,8 +75,8 @@ files:
75
75
  - app/controllers/models_timeline/tracks_controller.rb
76
76
  - app/controllers/timeline/application_controller.rb
77
77
  - app/controllers/timeline/tracks_controller.rb
78
- - app/helpers/timeline/application_helper.rb
79
- - app/helpers/timeline/tracks_helper.rb
78
+ - app/helpers/models_timeline/application_helper.rb
79
+ - app/helpers/models_timeline/tracks_helper.rb
80
80
  - app/models/models_timeline/track.rb
81
81
  - app/models/timeline/track.rb
82
82
  - app/views/layouts/timeline/application.html.erb