xot 0.1.9 → 0.1.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (6) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/VERSION +1 -1
  4. data/task/lib.rake +1 -1
  5. data/xot.gemspec +1 -1
  6. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 42892fea441b55914d22320019f5382232743cb3
4
- data.tar.gz: db2a05cd7bd5f3e2892f12f5dfce2537473012e1
3
+ metadata.gz: a2f36429323cc6c16177d02c1faab7798ea0324d
4
+ data.tar.gz: 5165b6a0816201deac99bec0021e91a081baad71
5
5
  SHA512:
6
- metadata.gz: 029ef8c37c146fb49c053f0c9845284229066a02ddad4d6de3bf7e85efb2560abae9d15beb5cabca529087a033139bcb761b2ea68f9261d8c906bcb41cb85fe1
7
- data.tar.gz: 163d9c9386fb881f754b522b6e2abfbbe130f23aa0267327cf8730168249b124872656e6e0522a382f5e3c185981d6d283cbd3f93775592bf13984b719f02aca
6
+ metadata.gz: 2fd9f64f0164eb8e0a8b396e1fea147814e3d410ccd1c17792984becc6f696b6f1464d935bd57304f9313074c145be797d7fc0c80750127ee8bd92402c9c6ba8
7
+ data.tar.gz: f673fbff74a01fcd003e80b05d8a3071a37610db51116243e93a89d4fcf6645bdbf58eea5d5cc8881655ffaa7c442e68eb6560a5729b79adbc9417b7760a6e3f
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
1
 
2
2
  # Xot - Some useful utility classes and functions.
3
3
 
4
- ## by snori@xord.org
4
+ by snori@xord.org
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.9
1
+ 0.1.10
data/task/lib.rake CHANGED
@@ -7,7 +7,7 @@ require 'rake/loaders/makefile'
7
7
 
8
8
  task :lib => 'lib:build'
9
9
 
10
- %w[clean].each do |t|
10
+ %w[erb clean].each do |t|
11
11
  task t.intern => "lib:#{t}"
12
12
  end
13
13
 
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/spacy/wiki/#{name.capitalize}-Home"
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.9
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: 2014-11-30 00:00:00.000000000 Z
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/spacy/wiki/Xot-Home
92
+ homepage: https://github.com/xord/xot
93
93
  licenses: []
94
94
  metadata: {}
95
95
  post_install_message: