opentie-core 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/opentie/core/version.rb +1 -1
- data/opentie-core.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cd92d9070b479c751c0f083491ad3bf836a37d48
|
4
|
+
data.tar.gz: 7272746f16dd0b29a1474253bb8ea0efb08aa5d9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1c26ac4c207ddf06014373f71cf8efb891da1f397d6dd5cd011424df503943e31ad954bf277ba2b7a46b1b142012caf5c4fa1c20df8a130d442b014b477ef695
|
7
|
+
data.tar.gz: dd94fbc9c6d167bd057c0b928e84ee46f04a9b16cd0b81e74bd083cf2bac05e9e9708277704e3700edace17e2c8635700df3afd8347a3d6a71df860a63b471b4
|
data/lib/opentie/core/version.rb
CHANGED
data/opentie-core.gemspec
CHANGED
@@ -9,7 +9,7 @@ Gem::Specification.new do |spec|
|
|
9
9
|
spec.authors = ["polamjag"]
|
10
10
|
spec.email = ["s@polamjag.info"]
|
11
11
|
spec.summary = %q{core library for opentie project}
|
12
|
-
spec.homepage = "https://github.com/opentie/"
|
12
|
+
spec.homepage = "https://github.com/opentie/opentie-core"
|
13
13
|
spec.license = "MIT"
|
14
14
|
|
15
15
|
spec.files = `git ls-files -z`.split("\x0")
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: opentie-core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- polamjag
|
@@ -117,7 +117,7 @@ files:
|
|
117
117
|
- spec/project_spec.rb
|
118
118
|
- spec/request_spec.rb
|
119
119
|
- spec/spec_helper.rb
|
120
|
-
homepage: https://github.com/opentie/
|
120
|
+
homepage: https://github.com/opentie/opentie-core
|
121
121
|
licenses:
|
122
122
|
- MIT
|
123
123
|
metadata: {}
|