xot 0.1.9 → 0.1.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/VERSION +1 -1
- data/task/lib.rake +1 -1
- data/xot.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2f36429323cc6c16177d02c1faab7798ea0324d
|
4
|
+
data.tar.gz: 5165b6a0816201deac99bec0021e91a081baad71
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2fd9f64f0164eb8e0a8b396e1fea147814e3d410ccd1c17792984becc6f696b6f1464d935bd57304f9313074c145be797d7fc0c80750127ee8bd92402c9c6ba8
|
7
|
+
data.tar.gz: f673fbff74a01fcd003e80b05d8a3071a37610db51116243e93a89d4fcf6645bdbf58eea5d5cc8881655ffaa7c442e68eb6560a5729b79adbc9417b7760a6e3f
|
data/README.md
CHANGED
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.10
|
data/task/lib.rake
CHANGED
data/xot.gemspec
CHANGED
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
|
|
23
23
|
|
24
24
|
s.authors = %w[snori]
|
25
25
|
s.email = 'snori@xord.org'
|
26
|
-
s.homepage = "https://github.com/xord/
|
26
|
+
s.homepage = "https://github.com/xord/xot"
|
27
27
|
|
28
28
|
s.platform = Gem::Platform::RUBY
|
29
29
|
s.required_ruby_version = '>=1.9.0'
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xot
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- snori
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2015-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rake
|
@@ -89,7 +89,7 @@ files:
|
|
89
89
|
- test/test_setter.rb
|
90
90
|
- test/test_tester.rb
|
91
91
|
- xot.gemspec
|
92
|
-
homepage: https://github.com/xord/
|
92
|
+
homepage: https://github.com/xord/xot
|
93
93
|
licenses: []
|
94
94
|
metadata: {}
|
95
95
|
post_install_message:
|