rails-ogone 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/Gemfile +1 -2
  3. data/Gemfile.lock +8 -20
  4. data/README.md +2 -2
  5. data/VERSION +1 -1
  6. metadata +5 -19
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2b1960fe7e81dd13b9a8a2f0caecb7f16614f23d
4
- data.tar.gz: d7de644e0f9e33d67f625523fb462091f55d29cd
3
+ metadata.gz: 91cc0c7cb8d0721fdd24d853c0f8a58c538feab8
4
+ data.tar.gz: 8391e97ef146fd2848dda28c4235e4c84c62ffe7
5
5
  SHA512:
6
- metadata.gz: df13d902db0cfe4f5a01f9e5ad549048462a973fdd40c4b50c0ef3437c276f63c28d2a746815f393cd5f7445cf2451a49ca99c7f07aa0c77c12a58fb50783c5c
7
- data.tar.gz: c2dc59dc5b2c84d8fd800206290d2fa1062bbcb89e6c071afbf065e3d100990810ab9072e7e5035adf85853055734b0b2a1479f7e77ddc5afb07920495aba914
6
+ metadata.gz: 72ac45ad5f9dcaf80e87ba3a3fc7781b1b5a582d15bc9f443b32ceb0d1d3a46b4a689a1566cab3362028910f37df0aba6d9828d67323db6f857f8d54adc943a1
7
+ data.tar.gz: 1579d060cc58f0dd7935706e7abc670f6e528fafbf24d60be2fd3faf96ceaeb76d0212b3466e0b6b54065e3b6f4b2ef7e516586b0e103ddf6dc2cb347639e0af
data/Gemfile CHANGED
@@ -1,7 +1,6 @@
1
1
  source "http://rubygems.org"
2
2
 
3
- gem 'activesupport', '~> 4.1'
4
- gem 'actionview', '~> 4.1'
3
+ gem 'activesupport', '~> 3.2'
5
4
 
6
5
  group :development do
7
6
  gem 'rspec', '~> 3.1'
data/Gemfile.lock CHANGED
@@ -1,16 +1,9 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- actionview (4.1.6)
5
- activesupport (= 4.1.6)
6
- builder (~> 3.1)
7
- erubis (~> 2.7.0)
8
- activesupport (4.1.6)
9
- i18n (~> 0.6, >= 0.6.9)
10
- json (~> 1.7, >= 1.7.7)
11
- minitest (~> 5.1)
12
- thread_safe (~> 0.1)
13
- tzinfo (~> 1.1)
4
+ activesupport (3.2.21)
5
+ i18n (~> 0.6, >= 0.6.4)
6
+ multi_json (~> 1.0)
14
7
  addressable (2.3.6)
15
8
  builder (3.2.2)
16
9
  celluloid (0.16.0)
@@ -19,7 +12,6 @@ GEM
19
12
  descendants_tracker (0.0.4)
20
13
  thread_safe (~> 0.3, >= 0.3.1)
21
14
  diff-lcs (1.2.5)
22
- erubis (2.7.0)
23
15
  faraday (0.9.0)
24
16
  multipart-post (>= 1.2, < 3)
25
17
  ffi (1.9.5)
@@ -45,7 +37,7 @@ GEM
45
37
  hashie (3.3.1)
46
38
  highline (1.6.21)
47
39
  hitimes (1.2.2)
48
- i18n (0.6.11)
40
+ i18n (0.7.0)
49
41
  jeweler (2.0.1)
50
42
  builder
51
43
  bundler (>= 1.0)
@@ -55,7 +47,7 @@ GEM
55
47
  nokogiri (>= 1.5.10)
56
48
  rake
57
49
  rdoc
58
- json (1.8.1)
50
+ json (1.8.2)
59
51
  jwt (1.0.0)
60
52
  listen (2.7.11)
61
53
  celluloid (>= 0.15.2)
@@ -64,8 +56,7 @@ GEM
64
56
  lumberjack (1.0.9)
65
57
  method_source (0.8.2)
66
58
  mini_portile (0.6.0)
67
- minitest (5.4.2)
68
- multi_json (1.10.1)
59
+ multi_json (1.11.0)
69
60
  multi_xml (0.5.5)
70
61
  multipart-post (2.0.0)
71
62
  nokogiri (1.6.3.1)
@@ -101,18 +92,15 @@ GEM
101
92
  rspec-support (3.1.2)
102
93
  slop (3.6.0)
103
94
  thor (0.19.1)
104
- thread_safe (0.3.4)
95
+ thread_safe (0.3.5)
105
96
  timers (4.0.1)
106
97
  hitimes
107
- tzinfo (1.2.2)
108
- thread_safe (~> 0.1)
109
98
 
110
99
  PLATFORMS
111
100
  ruby
112
101
 
113
102
  DEPENDENCIES
114
- actionview (~> 4.1)
115
- activesupport (~> 4.1)
103
+ activesupport (~> 3.2)
116
104
  bundler (~> 1.6)
117
105
  guard (~> 2.6)
118
106
  guard-rspec (~> 4.3)
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # RailsOgone
2
2
  ## Description
3
- This gem provides the bare minimum to integrate simple Ogone payments into your Rails app. It assumes basic knowledge of how Ogone works, and how it is configured for your project.
3
+ This gem provides the bare minimum to integrate a simple Ogone form into your Rails app. It assumes basic knowledge of how Ogone works, and how it is configured for your project.
4
4
 
5
5
  ## Installation
6
6
  In your Gemfile:
@@ -84,7 +84,7 @@ This gem uses RSpec (and optionally Guard) for its tests. So in your CLI, run th
84
84
  $ rspec
85
85
  ```
86
86
  ## What about non-Rails apps?
87
- It's possible this gem will work in non-Rails apps, assuming you have the ```config/ogone.yml``` file in place that the Rails generator would normally create for you. Though, this is untested at the moment of writing. If you want to give it a go, look at [lib/rails-ogone/helper.rb](https://github.com/davelens/rails-ogone/blob/master/lib/rails-ogone/helper.rb) to get you started.
87
+ It's possible this gem will work in non-Rails apps, assuming you have the ```config/ogone.yml``` file in place (which the Rails generator would normally create for you). This is untested at the moment of writing, but if you want to give it a go, look at [lib/rails-ogone/helper.rb](https://github.com/davelens/rails-ogone/blob/master/lib/rails-ogone/helper.rb) to get you started.
88
88
 
89
89
  ## Copyright
90
90
  Copyright (c) 2015 Dave Lens, released under the MIT license.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.1
1
+ 0.1.2
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-ogone
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Lens
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-06 00:00:00.000000000 Z
11
+ date: 2015-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport
@@ -16,28 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '4.1'
19
+ version: '3.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'
27
- - !ruby/object:Gem::Dependency
28
- name: actionview
29
- requirement: !ruby/object:Gem::Requirement
30
- requirements:
31
- - - "~>"
32
- - !ruby/object:Gem::Version
33
- version: '4.1'
34
- type: :runtime
35
- prerelease: false
36
- version_requirements: !ruby/object:Gem::Requirement
37
- requirements:
38
- - - "~>"
39
- - !ruby/object:Gem::Version
40
- version: '4.1'
26
+ version: '3.2'
41
27
  - !ruby/object:Gem::Dependency
42
28
  name: rspec
43
29
  requirement: !ruby/object:Gem::Requirement
@@ -182,7 +168,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
182
168
  version: '0'
183
169
  requirements: []
184
170
  rubyforge_project:
185
- rubygems_version: 2.2.2
171
+ rubygems_version: 2.4.5
186
172
  signing_key:
187
173
  specification_version: 4
188
174
  summary: Ogone functionality for Rails.