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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 39511cb3d5dc5d5351e9381969c7b6759c8d3bb0
|
|
4
|
+
data.tar.gz: a0251719e713f5b416fff7ec68bb3497b5d92912
|
|
5
5
|
!binary "U0hBNTEy":
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 239f22226859d18e13e7a6b9b223c561215fd8f9fd3eeefffb8e526d454430c6db70e593ec462f18697b8bcf4d5e3bf7674dde35232fdf601a36c78080d4cb07
|
|
7
|
+
data.tar.gz: 6658279abbe33ea1ada1d11fc8997b07ac0d8f398d0abe11bae282153353d18e3688471544b95a29aa05104435f7c2cc2b90d82f905aa825ebcf74e7f6bed820
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
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
|
|
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.
|
|
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
|