liberty_reserve_link 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|
10
10
|
spec.email = ["oleg.bovykin@gmail.com"]
|
11
11
|
spec.description = %q{Library for communicating with LibertyReserve API and SCI}
|
12
12
|
spec.summary = %q{Library for communicating with LibertyReserve API and SCI}
|
13
|
-
spec.homepage = ""
|
13
|
+
spec.homepage = "https://github.com/arrowcircle/liberty_reserve_link"
|
14
14
|
spec.license = "MIT"
|
15
15
|
|
16
16
|
spec.files = `git ls-files`.split($/)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: liberty_reserve_link
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -148,7 +148,7 @@ files:
|
|
148
148
|
- spec/models/sci_spec.rb
|
149
149
|
- spec/models/token_spec.rb
|
150
150
|
- spec/spec_helper.rb
|
151
|
-
homepage:
|
151
|
+
homepage: https://github.com/arrowcircle/liberty_reserve_link
|
152
152
|
licenses:
|
153
153
|
- MIT
|
154
154
|
post_install_message:
|