catarse_pagarme 2.8.0 → 2.8.1
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 +4 -4
- data/Gemfile.lock +7 -29
- data/app/views/catarse_pagarme/pagarme/_terms.html.slim +4 -0
- data/lib/catarse_pagarme/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 121999520f4acae9f607f2132b8d04aa8d0d8362
|
|
4
|
+
data.tar.gz: 07681fe865936ef122f2c04916f723c186810a36
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fbb348a14939ca8f3d842b947fdfaf7faf293c495f440de72b5ebb61df102224c62d1d151f2cd51f4dd1ecd8a8383b6291c0e7282357dfa9ec8aaba44791cca9
|
|
7
|
+
data.tar.gz: f24efebde327d55eaf7c0d3329116c96a9d6e88c9b30d3bdd32075ea769c86f57516215593c5ab5cf83720638780090fe37b3d6085eafabf8c96e3e00280f5e0
|
data/Gemfile.lock
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
PATH
|
|
2
2
|
remote: .
|
|
3
3
|
specs:
|
|
4
|
-
catarse_pagarme (2.8.
|
|
4
|
+
catarse_pagarme (2.8.1)
|
|
5
5
|
pagarme (= 1.10.0)
|
|
6
6
|
rails (~> 4.0)
|
|
7
7
|
sidekiq
|
|
@@ -47,24 +47,8 @@ GEM
|
|
|
47
47
|
tzinfo (~> 1.1)
|
|
48
48
|
arel (6.0.3)
|
|
49
49
|
builder (3.2.2)
|
|
50
|
-
celluloid (0.17.2)
|
|
51
|
-
celluloid-essentials
|
|
52
|
-
celluloid-extras
|
|
53
|
-
celluloid-fsm
|
|
54
|
-
celluloid-pool
|
|
55
|
-
celluloid-supervision
|
|
56
|
-
timers (>= 4.1.1)
|
|
57
|
-
celluloid-essentials (0.20.5)
|
|
58
|
-
timers (>= 4.1.1)
|
|
59
|
-
celluloid-extras (0.20.5)
|
|
60
|
-
timers (>= 4.1.1)
|
|
61
|
-
celluloid-fsm (0.20.5)
|
|
62
|
-
timers (>= 4.1.1)
|
|
63
|
-
celluloid-pool (0.20.5)
|
|
64
|
-
timers (>= 4.1.1)
|
|
65
|
-
celluloid-supervision (0.20.5)
|
|
66
|
-
timers (>= 4.1.1)
|
|
67
50
|
coderay (1.1.0)
|
|
51
|
+
concurrent-ruby (1.0.0)
|
|
68
52
|
connection_pool (2.2.0)
|
|
69
53
|
database_cleaner (1.5.0)
|
|
70
54
|
diff-lcs (1.2.5)
|
|
@@ -78,7 +62,6 @@ GEM
|
|
|
78
62
|
railties (>= 3.0.0)
|
|
79
63
|
globalid (0.3.6)
|
|
80
64
|
activesupport (>= 4.1.0)
|
|
81
|
-
hitimes (1.2.3)
|
|
82
65
|
http-cookie (1.0.2)
|
|
83
66
|
domain_name (~> 0.5)
|
|
84
67
|
i18n (0.7.0)
|
|
@@ -92,7 +75,7 @@ GEM
|
|
|
92
75
|
mini_portile (0.6.2)
|
|
93
76
|
minitest (5.8.1)
|
|
94
77
|
multi_json (1.11.2)
|
|
95
|
-
netrc (0.
|
|
78
|
+
netrc (0.11.0)
|
|
96
79
|
nokogiri (1.6.6.2)
|
|
97
80
|
mini_portile (~> 0.6.0)
|
|
98
81
|
pagarme (1.10.0)
|
|
@@ -131,9 +114,7 @@ GEM
|
|
|
131
114
|
rake (>= 0.8.7)
|
|
132
115
|
thor (>= 0.18.1, < 2.0)
|
|
133
116
|
rake (10.4.2)
|
|
134
|
-
redis (3.2.
|
|
135
|
-
redis-namespace (1.5.2)
|
|
136
|
-
redis (~> 3.0, >= 3.0.4)
|
|
117
|
+
redis (3.2.2)
|
|
137
118
|
rest-client (1.8.0)
|
|
138
119
|
http-cookie (>= 1.0.2, < 2.0)
|
|
139
120
|
mime-types (>= 1.16, < 3.0)
|
|
@@ -155,14 +136,13 @@ GEM
|
|
|
155
136
|
rspec-mocks (~> 3.3.0)
|
|
156
137
|
rspec-support (~> 3.3.0)
|
|
157
138
|
rspec-support (3.3.0)
|
|
158
|
-
sidekiq (
|
|
159
|
-
|
|
139
|
+
sidekiq (4.0.1)
|
|
140
|
+
concurrent-ruby (~> 1.0)
|
|
160
141
|
connection_pool (~> 2.2, >= 2.2.0)
|
|
161
142
|
json (~> 1.0)
|
|
162
143
|
redis (~> 3.2, >= 3.2.1)
|
|
163
|
-
redis-namespace (~> 1.5, >= 1.5.2)
|
|
164
144
|
slop (3.6.0)
|
|
165
|
-
sprockets (3.
|
|
145
|
+
sprockets (3.4.0)
|
|
166
146
|
rack (> 1, < 3)
|
|
167
147
|
sprockets-rails (2.3.3)
|
|
168
148
|
actionpack (>= 3.0)
|
|
@@ -170,8 +150,6 @@ GEM
|
|
|
170
150
|
sprockets (>= 2.8, < 4.0)
|
|
171
151
|
thor (0.19.1)
|
|
172
152
|
thread_safe (0.3.5)
|
|
173
|
-
timers (4.1.1)
|
|
174
|
-
hitimes
|
|
175
153
|
tzinfo (1.2.2)
|
|
176
154
|
thread_safe (~> 0.1)
|
|
177
155
|
unf (0.1.4)
|
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
- project = @contribution.project
|
|
1
2
|
.fontsize-smallest.u-text-center.u-marginbottom-30
|
|
2
3
|
| Ao apoiar, você concorda com os
|
|
3
4
|
= link_to 'Termos de Uso', main_app.terms_of_use_path, class: 'alt-link'
|
|
5
|
+
|,
|
|
6
|
+
- if project.mode == 'flex'
|
|
7
|
+
= link_to 'Regras do catarse flex', 'http://suporte.catarse.me/hc/pt-br/articles/206574833-Regras-para-a-fase-de-testes-do-Catarse-Flex', target: '__blank', class: 'alt-link'
|
|
4
8
|
| e
|
|
5
9
|
= link_to 'Política de Privacidade', main_app.privacy_policy_path, class: 'alt-link'
|
|
6
10
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: catarse_pagarme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.8.
|
|
4
|
+
version: 2.8.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Antônio Roberto Silva
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2015-11-
|
|
12
|
+
date: 2015-11-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|