jquery-migrate-rails 0.0.2 → 1.0.0

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # Jquery::Migrate::Rails
1
+ # Jquery Migrate for Rails
2
2
 
3
- Include jQuery migrate for Rails project
3
+ Include jQuery migrate for Rails application
4
4
 
5
5
  ## Installation
6
6
 
@@ -1,7 +1,7 @@
1
1
  module Jquery
2
2
  module Migrate
3
3
  module Rails
4
- VERSION = "0.0.2"
4
+ VERSION = "1.0.0"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jquery-migrate-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 1.0.0
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -27,8 +27,8 @@ files:
27
27
  - lib/jquery-migrate-rails.rb
28
28
  - lib/jquery-migrate-rails/engine.rb
29
29
  - lib/jquery-migrate-rails/version.rb
30
- - vendor/assets/javascripts/jquery-migrate-1.0.0.js
31
- - vendor/assets/javascripts/jquery-migrate-1.0.0.min.js
30
+ - vendor/assets/javascripts/jquery-migrate-min.js
31
+ - vendor/assets/javascripts/jquery-migrate.js
32
32
  homepage: https://github.com/krishnasrihari/jquery-migrate-rails
33
33
  licenses: []
34
34
  post_install_message: