paymill_on_rails 0.1.1 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a7f40adc7bad291ccccb626dac3ea5be5f8bad68
4
- data.tar.gz: e5bae5dd76a785336591602965df2d3bfdc081ea
3
+ metadata.gz: 9c34b8cb57cb5b7918af22f97ab09bd268d1d5de
4
+ data.tar.gz: cf351e0b67ea6d6d2dd08faf061dad293f62b5af
5
5
  SHA512:
6
- metadata.gz: 89ad173b78eaa503093e62d1c60a2bf0020b16f40a3c9e7e9168ee70c05ca9ad663e9c326b3fe517b70f5bcd267bc9275e22095a6a962c20c8b70e56f1ec9c7a
7
- data.tar.gz: edfb0dc2cfb1ba38d3782faa5487f82f9751d2da5ab2582ed8ba0ae4cde189e46ed02239f90c7c9196f429c50b9ccb1f116c14a28d3bf8f699a44d279520f072
6
+ metadata.gz: 5bb64809855a0b597c643091faf007f826a1458dac7c994a4d0ce2e2866d2f69f8a479afb11fb93da29864fd453923ad6fbad8048cf9cd0fd3978dd942b7ea62
7
+ data.tar.gz: 5c15d21e56cfa5c854a14638c3bf8de1a4b6de808bba35558fc1031fe22d7060fc5fda69d53cc48f5b2fc9dc5d2ccfbab39e56831af22c5a80415259d49b1caf
@@ -86,7 +86,7 @@
86
86
  <li><a href="https://github.com/lgs/paymill-on-rails">Source Code</a></li>
87
87
  <li><a href="https://github.com/lgs">Contact</a></li>
88
88
  </ul>
89
- <h3 class="muted">Paymill on Rails 4.1.6</h3>
89
+ <h3 class="muted">Paymill on Rails 4.2</h3>
90
90
  </div>
91
91
 
92
92
  <hr>
@@ -1,3 +1,3 @@
1
1
  module PaymillOnRails
2
- VERSION = "0.1.1"
2
+ VERSION = "0.2.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: paymill_on_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Luca G. Soave
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-22 00:00:00.000000000 Z
11
+ date: 2014-12-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -16,28 +16,28 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: 4.1.6
19
+ version: '4.2'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: 4.1.6
26
+ version: '4.2'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: paymill
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
31
  - - "~>"
32
32
  - !ruby/object:Gem::Version
33
- version: 0.4.0
33
+ version: 0.5.1
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
38
  - - "~>"
39
39
  - !ruby/object:Gem::Version
40
- version: 0.4.0
40
+ version: 0.5.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: sqlite3
43
43
  requirement: !ruby/object:Gem::Requirement
@@ -68,7 +68,6 @@ files:
68
68
  - app/assets/stylesheets/paymill_on_rails/application.css
69
69
  - app/assets/stylesheets/paymill_on_rails/plans.css
70
70
  - app/assets/stylesheets/paymill_on_rails/subscriptions.css
71
- - app/assets/stylesheets/scaffold.css
72
71
  - app/controllers/paymill_on_rails/application_controller.rb
73
72
  - app/controllers/paymill_on_rails/plans_controller.rb
74
73
  - app/controllers/paymill_on_rails/subscriptions_controller.rb
@@ -1,56 +0,0 @@
1
- body { background-color: #fff; color: #333; }
2
-
3
- body, p, ol, ul, td {
4
- font-family: verdana, arial, helvetica, sans-serif;
5
- font-size: 13px;
6
- line-height: 18px;
7
- }
8
-
9
- pre {
10
- background-color: #eee;
11
- padding: 10px;
12
- font-size: 11px;
13
- }
14
-
15
- a { color: #000; }
16
- a:visited { color: #666; }
17
- a:hover { color: #fff; background-color:#000; }
18
-
19
- div.field, div.actions {
20
- margin-bottom: 10px;
21
- }
22
-
23
- #notice {
24
- color: green;
25
- }
26
-
27
- .field_with_errors {
28
- padding: 2px;
29
- background-color: red;
30
- display: table;
31
- }
32
-
33
- #error_explanation {
34
- width: 450px;
35
- border: 2px solid red;
36
- padding: 7px;
37
- padding-bottom: 0;
38
- margin-bottom: 20px;
39
- background-color: #f0f0f0;
40
- }
41
-
42
- #error_explanation h2 {
43
- text-align: left;
44
- font-weight: bold;
45
- padding: 5px 5px 5px 15px;
46
- font-size: 12px;
47
- margin: -7px;
48
- margin-bottom: 0px;
49
- background-color: #c00;
50
- color: #fff;
51
- }
52
-
53
- #error_explanation ul li {
54
- font-size: 12px;
55
- list-style: square;
56
- }