paymill_on_rails 0.0.2 → 0.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
- metadata.gz: defcaeda0ac1088f4116cd563f73aac43a790a20
4
- data.tar.gz: ac5e37f859a5c9586f9e90dfa03de101c966ca58
3
+ metadata.gz: 39511cb3d5dc5d5351e9381969c7b6759c8d3bb0
4
+ data.tar.gz: a0251719e713f5b416fff7ec68bb3497b5d92912
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: 31b6026bfd61cf347b5bb1221aebf42a5301165167473723d84a34e839b2f40e9528984f433d7939a134c5edd1212dc738c73cda565fb6971f374147d7380559
7
- data.tar.gz: 9f2cbcff672b974e94b9988164389185cde91768814c7b02c4f7d7ea4878a6f8fe6eb2dde8b113b20fd35ccd023ddcd35b38d0d847f1546a61530e3422bcc099
6
+ metadata.gz: 239f22226859d18e13e7a6b9b223c561215fd8f9fd3eeefffb8e526d454430c6db70e593ec462f18697b8bcf4d5e3bf7674dde35232fdf601a36c78080d4cb07
7
+ data.tar.gz: 6658279abbe33ea1ada1d11fc8997b07ac0d8f398d0abe11bae282153353d18e3688471544b95a29aa05104435f7c2cc2b90d82f905aa825ebcf74e7f6bed820
@@ -1,6 +1,6 @@
1
- // Place all the behaviors and hooks related to the matching controller here.
2
- // All this logic will automatically be available in application.js.
3
- // You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
1
+ # Place all the behaviors and hooks related to the matching controller here.
2
+ # All this logic will automatically be available in application.js.
3
+ # You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/
4
4
  jQuery ->
5
5
  subscription.setupForm()
6
6
 
@@ -1,3 +1,3 @@
1
1
  module PaymillOnRails
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paymill_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca G. Soave
@@ -80,9 +80,9 @@ files:
80
80
  - app/assets/stylesheets/paymill_on_rails/application.css
81
81
  - app/assets/stylesheets/paymill_on_rails/plans.css
82
82
  - app/assets/stylesheets/paymill_on_rails/subscriptions.css
83
- - app/assets/javascripts/paymill_on_rails/subscriptions.js
84
83
  - app/assets/javascripts/paymill_on_rails/application.js
85
84
  - app/assets/javascripts/paymill_on_rails/plans.js
85
+ - app/assets/javascripts/paymill_on_rails/subscriptions.js.coffee
86
86
  - app/controllers/paymill_on_rails/plans_controller.rb
87
87
  - app/controllers/paymill_on_rails/application_controller.rb
88
88
  - app/controllers/paymill_on_rails/subscriptions_controller.rb