ruby_paypal_nvp 0.1.0 → 0.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2fe00c7ddd7983e5511a992b53f1d9c53bed4807
4
- data.tar.gz: 094c8c4e580882e4a39c0643fbb131e0211aa17e
3
+ metadata.gz: f5de47cfc13529c15ba27f114a081eae72e2c3ad
4
+ data.tar.gz: 6e23453a03f03bd5cd754dd4759d819ea33c5cd2
5
5
  SHA512:
6
- metadata.gz: 3d307941fa46451f7905d40a64a2d73cc3cad7cea855ada278b07341e973057a3487c9a50474ea2a4f0bcb80f1a29c627b4d19026d6632d2de75c10cbac01555
7
- data.tar.gz: f89320bd20446303bf864c5b961208b901e29a8f1c5849fc9788f0d09a5dc9f55e02efa5c89d1954a812251d3b80ac74a715cd36d2e711ece6c474b1329a8e2a
6
+ metadata.gz: 89810f704b746264f41a16bea4a896e167d05a62f41895f470f4c093b0a9eb17a8d5923da9dbb6e2c526d924d0fa69482f34d3de70d45bee8973e534bd3b19a0
7
+ data.tar.gz: 18cae0c86758774a4195f99c9ab52da1ff83c9d94953c0f1f743e434ebf2e35a7cbe3378cd37f0119f3e61f4521c7836c6585710db707cfe313ef7562a257a0f
@@ -2,7 +2,7 @@ PATH
2
2
  remote: .
3
3
  specs:
4
4
  ruby_paypal_nvp (0.1.0)
5
- activesupport (~> 5.1)
5
+ activesupport
6
6
 
7
7
  GEM
8
8
  remote: https://rubygems.org/
@@ -21,7 +21,7 @@ GEM
21
21
  safe_yaml (~> 1.0.0)
22
22
  diff-lcs (1.3)
23
23
  hashdiff (0.3.7)
24
- i18n (0.9.0)
24
+ i18n (0.9.1)
25
25
  concurrent-ruby (~> 1.0)
26
26
  method_source (0.9.0)
27
27
  minitest (5.10.3)
@@ -29,25 +29,25 @@ GEM
29
29
  parser (2.4.0.2)
30
30
  ast (~> 2.3)
31
31
  powerpack (0.1.1)
32
- pry (0.11.2)
32
+ pry (0.11.3)
33
33
  coderay (~> 1.1.0)
34
34
  method_source (~> 0.9.0)
35
35
  public_suffix (3.0.1)
36
36
  rainbow (3.0.0)
37
37
  rake (10.5.0)
38
- rspec (3.5.0)
39
- rspec-core (~> 3.5.0)
40
- rspec-expectations (~> 3.5.0)
41
- rspec-mocks (~> 3.5.0)
42
- rspec-core (3.5.4)
43
- rspec-support (~> 3.5.0)
44
- rspec-expectations (3.5.0)
38
+ rspec (3.7.0)
39
+ rspec-core (~> 3.7.0)
40
+ rspec-expectations (~> 3.7.0)
41
+ rspec-mocks (~> 3.7.0)
42
+ rspec-core (3.7.0)
43
+ rspec-support (~> 3.7.0)
44
+ rspec-expectations (3.7.0)
45
45
  diff-lcs (>= 1.2.0, < 2.0)
46
- rspec-support (~> 3.5.0)
47
- rspec-mocks (3.5.0)
46
+ rspec-support (~> 3.7.0)
47
+ rspec-mocks (3.7.0)
48
48
  diff-lcs (>= 1.2.0, < 2.0)
49
- rspec-support (~> 3.5.0)
50
- rspec-support (3.5.0)
49
+ rspec-support (~> 3.7.0)
50
+ rspec-support (3.7.0)
51
51
  rubocop (0.52.0)
52
52
  parallel (~> 1.10)
53
53
  parser (>= 2.4.0.2, < 3.0)
@@ -58,7 +58,7 @@ GEM
58
58
  ruby-progressbar (1.9.0)
59
59
  safe_yaml (1.0.4)
60
60
  thread_safe (0.3.6)
61
- tzinfo (1.2.3)
61
+ tzinfo (1.2.4)
62
62
  thread_safe (~> 0.1)
63
63
  unicode-display_width (1.3.0)
64
64
  vcr (2.9.3)
@@ -0,0 +1 @@
1
+ theme: jekyll-theme-hacker
@@ -1,3 +1,3 @@
1
1
  module RubyPaypalNvp
2
- VERSION = '0.1.0'.freeze
2
+ VERSION = '0.1.1'.freeze
3
3
  end
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
27
27
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
28
28
  spec.require_paths = ['lib']
29
29
 
30
- spec.add_runtime_dependency 'activesupport', '~> 5.1'
30
+ spec.add_runtime_dependency 'activesupport'
31
31
 
32
32
  spec.add_development_dependency 'bundler', '~> 1.16.a'
33
33
  spec.add_development_dependency 'pry', '~> 0.11'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_paypal_nvp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrej Antas
@@ -14,16 +14,16 @@ dependencies:
14
14
  name: activesupport
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '5.1'
19
+ version: '0'
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: '5.1'
26
+ version: '0'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: bundler
29
29
  requirement: !ruby/object:Gem::Requirement
@@ -139,6 +139,7 @@ files:
139
139
  - LICENSE.txt
140
140
  - README.md
141
141
  - Rakefile
142
+ - _config.yml
142
143
  - bin/console
143
144
  - bin/setup
144
145
  - lib/ruby_paypal_nvp.rb