affirm-ruby 0.0.1 → 1.0.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: c4208863e40741f394c027dd416dd1a170ba2b1a
4
- data.tar.gz: cce5e6bc2320398a1ceb86e25236752a883d7ff6
3
+ metadata.gz: b52e599a0124ad82af7f41c8fc5903c4277b6831
4
+ data.tar.gz: ae104d2c2f7513490f3de301af113fb1c9dfa79d
5
5
  SHA512:
6
- metadata.gz: e96e16fc8fcccae57a39622b4349bf7c1e327ebb01816dca846fd1274719709d39cbc0fbc7d8d6cb6670d9acfd85790ecf5799c00141e6d8ea89647db9efc2ff
7
- data.tar.gz: 0ca26687b5b56f9340beb1d2bae268a66d955cca443c93742e70a45c7a7ea3dd9a7676fbdff1b3e592758e200ec1b80ea01548498983f1953a8b38e1707d12ef
6
+ metadata.gz: b05ac0f6671c1413dfd066798b8770030f9e91fe138c2708ad7fdf0a11d28f71fdb857780f3aeb00185f60eda81429cfa95a38c021daeaa82b3914a014ee5185
7
+ data.tar.gz: 2e0e046bf4783b21abf683eb44081041825800138a04bf2539050a4182c8f4ca18d1445d975fdd85cf7e887740767ddc3879a58efb26ebde0ff85b03615e8b34
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- affirm-ruby (0.0.1)
4
+ affirm-ruby (1.0.0)
5
5
  faraday (~> 0.9.1)
6
6
  faraday_middleware (~> 0.9.1)
7
7
  virtus (~> 1.0, >= 1.0.0)
data/README.md CHANGED
@@ -12,7 +12,7 @@ details.
12
12
  Add this line to your application's Gemfile:
13
13
 
14
14
  ```ruby
15
- gem 'affirm'
15
+ gem 'affirm-ruby', require: 'affirm'
16
16
  ```
17
17
 
18
18
  And then execute:
@@ -21,7 +21,7 @@ And then execute:
21
21
 
22
22
  Or install it yourself as:
23
23
 
24
- $ gem install affirm
24
+ $ gem install affirm-ruby
25
25
 
26
26
  ## Configuration
27
27
 
@@ -1,3 +1,3 @@
1
1
  module Affirm
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: affirm-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yury Velikanau
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-06-16 00:00:00.000000000 Z
12
+ date: 2015-06-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: faraday