paymill_on_rails 0.0.6 → 0.0.7

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: e023f816721b80d99ce8322c90c72893cac86f88
4
- data.tar.gz: a5245a4ea1e8b2fb906b8431ff6c0ecc327c8d51
3
+ metadata.gz: ea3ee02300a229b82328d4f49d63f27beec87aab
4
+ data.tar.gz: cb57e59040aa3f47f30d8dd180c5c4f1c0ae7593
5
5
  !binary "U0hBNTEy":
6
- metadata.gz: 88faff7662becb410a83412cbf717eb40420e5ee803637618be185fdb59f3d9441bf09f5c41bcfb915a14a172206d9afb030f91664b5fabe80d9cc01904d781c
7
- data.tar.gz: df1fe3bde3acd7e50b5d7d447867c8cdb7d46ef425fa268729d26e2be5346c88aa37e23e6642185a251cf4b3d27c1a6af75b9f32543107b853ff1141a48efb66
6
+ metadata.gz: 6b78612ca6b13385c6831892bf14dbc60a51526f79c4479f478662d15e0cd3bebf07c845592708b3bb9e366f1d8d3e7b46d60e77bd7d81c7f99816fca34592ec
7
+ data.tar.gz: 1859b44e09c4187c619f2083eed64b5b6d11edee1064df7d368a0fd12acb602b4c15da762bf1d3b8e8bde89138f5a28f46fc5b50975bd02232e7a862535fd817
@@ -1,3 +1,3 @@
1
1
  module PaymillOnRails
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
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.0.6
4
+ version: 0.0.7
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: 2013-11-15 00:00:00.000000000 Z
11
+ date: 2013-11-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -38,20 +38,6 @@ dependencies:
38
38
  - - ~>
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.4.0
41
- - !ruby/object:Gem::Dependency
42
- name: sqlite3
43
- requirement: !ruby/object:Gem::Requirement
44
- requirements:
45
- - - ! '>='
46
- - !ruby/object:Gem::Version
47
- version: '0'
48
- type: :development
49
- prerelease: false
50
- version_requirements: !ruby/object:Gem::Requirement
51
- requirements:
52
- - - ! '>='
53
- - !ruby/object:Gem::Version
54
- version: '0'
55
41
  description: A rails engine to integrate Paymill subscriptions within your Rails 4
56
42
  application, out of the box
57
43
  email:
@@ -98,9 +84,7 @@ files:
98
84
  - Rakefile
99
85
  - test/dummy/db/migrate/20131111135532_create_paymill_on_rails_subscriptions.paymill_on_rails.rb
100
86
  - test/dummy/db/migrate/20131111135531_create_paymill_on_rails_plans.paymill_on_rails.rb
101
- - test/dummy/db/test.sqlite3
102
87
  - test/dummy/config.ru
103
- - test/dummy/log/test.log
104
88
  - test/dummy/Rakefile
105
89
  - test/dummy/app/helpers/application_helper.rb
106
90
  - test/dummy/app/views/layouts/application.html.erb
@@ -168,9 +152,7 @@ summary: Paymill subscriptions with Rails 4
168
152
  test_files:
169
153
  - test/dummy/db/migrate/20131111135532_create_paymill_on_rails_subscriptions.paymill_on_rails.rb
170
154
  - test/dummy/db/migrate/20131111135531_create_paymill_on_rails_plans.paymill_on_rails.rb
171
- - test/dummy/db/test.sqlite3
172
155
  - test/dummy/config.ru
173
- - test/dummy/log/test.log
174
156
  - test/dummy/Rakefile
175
157
  - test/dummy/app/helpers/application_helper.rb
176
158
  - test/dummy/app/views/layouts/application.html.erb
File without changes
@@ -1,75 +0,0 @@
1
-  (0.3ms) begin transaction
2
- ------------------------------------------------------------
3
- PaymillOnRails::PlansControllerTest: test_should_create_plan
4
- ------------------------------------------------------------
5
-  (0.1ms) rollback transaction
6
-  (0.1ms) begin transaction
7
- -------------------------------------------------------------
8
- PaymillOnRails::PlansControllerTest: test_should_destroy_plan
9
- -------------------------------------------------------------
10
-  (0.1ms) rollback transaction
11
-  (0.1ms) begin transaction
12
- ---------------------------------------------------------
13
- PaymillOnRails::PlansControllerTest: test_should_get_edit
14
- ---------------------------------------------------------
15
-  (0.1ms) rollback transaction
16
-  (0.0ms) begin transaction
17
- ----------------------------------------------------------
18
- PaymillOnRails::PlansControllerTest: test_should_get_index
19
- ----------------------------------------------------------
20
-  (0.1ms) rollback transaction
21
-  (0.0ms) begin transaction
22
- --------------------------------------------------------
23
- PaymillOnRails::PlansControllerTest: test_should_get_new
24
- --------------------------------------------------------
25
-  (0.0ms) rollback transaction
26
-  (0.0ms) begin transaction
27
- ----------------------------------------------------------
28
- PaymillOnRails::PlansControllerTest: test_should_show_plan
29
- ----------------------------------------------------------
30
-  (0.0ms) rollback transaction
31
-  (0.1ms) begin transaction
32
- ------------------------------------------------------------
33
- PaymillOnRails::PlansControllerTest: test_should_update_plan
34
- ------------------------------------------------------------
35
-  (0.1ms) rollback transaction
36
-  (0.1ms) begin transaction
37
- ----------------------------------------------------------------------------
38
- PaymillOnRails::SubscriptionsControllerTest: test_should_create_subscription
39
- ----------------------------------------------------------------------------
40
-  (0.1ms) rollback transaction
41
-  (0.1ms) begin transaction
42
- -----------------------------------------------------------------------------
43
- PaymillOnRails::SubscriptionsControllerTest: test_should_destroy_subscription
44
- -----------------------------------------------------------------------------
45
-  (0.1ms) rollback transaction
46
-  (0.1ms) begin transaction
47
- -----------------------------------------------------------------
48
- PaymillOnRails::SubscriptionsControllerTest: test_should_get_edit
49
- -----------------------------------------------------------------
50
-  (0.1ms) rollback transaction
51
-  (0.1ms) begin transaction
52
- ------------------------------------------------------------------
53
- PaymillOnRails::SubscriptionsControllerTest: test_should_get_index
54
- ------------------------------------------------------------------
55
-  (0.1ms) rollback transaction
56
-  (0.1ms) begin transaction
57
- ----------------------------------------------------------------
58
- PaymillOnRails::SubscriptionsControllerTest: test_should_get_new
59
- ----------------------------------------------------------------
60
-  (0.1ms) rollback transaction
61
-  (0.0ms) begin transaction
62
- --------------------------------------------------------------------------
63
- PaymillOnRails::SubscriptionsControllerTest: test_should_show_subscription
64
- --------------------------------------------------------------------------
65
-  (0.1ms) rollback transaction
66
-  (0.0ms) begin transaction
67
- ----------------------------------------------------------------------------
68
- PaymillOnRails::SubscriptionsControllerTest: test_should_update_subscription
69
- ----------------------------------------------------------------------------
70
-  (0.0ms) rollback transaction
71
-  (0.1ms) begin transaction
72
- ------------------------------
73
- PaymillOnRailsTest: test_truth
74
- ------------------------------
75
-  (0.1ms) rollback transaction