ekey 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.
- data/ekey.gemspec +1 -1
- data/lib/ekey/version.rb +1 -1
- metadata +6 -6
data/ekey.gemspec
CHANGED
|
@@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
|
|
|
6
6
|
gem.email = ["dmitry.koprov@gmail.com"]
|
|
7
7
|
gem.description = %q{A ruby wrapper for API of the ekey.ru}
|
|
8
8
|
gem.summary = %q{A ruby wrapper for API of the ekey.ru}
|
|
9
|
-
gem.homepage = "https://github.com/
|
|
9
|
+
gem.homepage = "https://github.com/evrone/ekey"
|
|
10
10
|
|
|
11
11
|
gem.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
|
12
12
|
gem.files = `git ls-files`.split("\n")
|
data/lib/ekey/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ekey
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 25
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 0.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 0.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Dmitry Koprov
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2012-
|
|
18
|
+
date: 2012-04-05 00:00:00 Z
|
|
19
19
|
dependencies:
|
|
20
20
|
- !ruby/object:Gem::Dependency
|
|
21
21
|
name: json_pure
|
|
@@ -64,7 +64,7 @@ files:
|
|
|
64
64
|
- lib/ekey.rb
|
|
65
65
|
- lib/ekey/certificate.rb
|
|
66
66
|
- lib/ekey/version.rb
|
|
67
|
-
homepage: https://github.com/
|
|
67
|
+
homepage: https://github.com/evrone/ekey
|
|
68
68
|
licenses: []
|
|
69
69
|
|
|
70
70
|
post_install_message:
|
|
@@ -93,7 +93,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
93
93
|
requirements: []
|
|
94
94
|
|
|
95
95
|
rubyforge_project:
|
|
96
|
-
rubygems_version: 1.8.
|
|
96
|
+
rubygems_version: 1.8.21
|
|
97
97
|
signing_key:
|
|
98
98
|
specification_version: 3
|
|
99
99
|
summary: A ruby wrapper for API of the ekey.ru
|