iching 0.1.1 → 0.1.2
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/iching.gemspec +1 -2
- data/lib/dictionaries.rb +1 -0
- data/lib/iching.rb +0 -1
- metadata +10 -22
- checksums.yaml +0 -7
data/iching.gemspec
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
# -*- encoding: utf-8 -*-
|
2
2
|
Gem::Specification.new do |s|
|
3
3
|
s.name = "iching"
|
4
|
-
s.version = "0.1.
|
4
|
+
s.version = "0.1.2"
|
5
5
|
s.platform = Gem::Platform::RUBY
|
6
6
|
s.authors = ["Matt Mills"]
|
7
7
|
s.email = ["sunrisetimes@gmail.com"]
|
8
8
|
s.homepage = "http://github.com/mattmills/iching"
|
9
9
|
s.summary = "tell the future (but not really)"
|
10
10
|
s.description = "Generate an Iching hexagram and access various things about it."
|
11
|
-
s.add_runtime_dependency "backports"
|
12
11
|
s.files = `git ls-files`.split("\n")
|
13
12
|
s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
|
14
13
|
s.require_paths = ["lib"]
|
data/lib/dictionaries.rb
CHANGED
data/lib/iching.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,16 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: iching
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Matt Mills
|
8
9
|
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-
|
12
|
-
dependencies:
|
13
|
-
- !ruby/object:Gem::Dependency
|
14
|
-
name: backports
|
15
|
-
requirement: !ruby/object:Gem::Requirement
|
16
|
-
requirements:
|
17
|
-
- - '>='
|
18
|
-
- !ruby/object:Gem::Version
|
19
|
-
version: '0'
|
20
|
-
type: :runtime
|
21
|
-
prerelease: false
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - '>='
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '0'
|
12
|
+
date: 2013-10-04 00:00:00.000000000 Z
|
13
|
+
dependencies: []
|
27
14
|
description: Generate an Iching hexagram and access various things about it.
|
28
15
|
email:
|
29
16
|
- sunrisetimes@gmail.com
|
@@ -41,25 +28,26 @@ files:
|
|
41
28
|
- readme.markdown
|
42
29
|
homepage: http://github.com/mattmills/iching
|
43
30
|
licenses: []
|
44
|
-
metadata: {}
|
45
31
|
post_install_message:
|
46
32
|
rdoc_options: []
|
47
33
|
require_paths:
|
48
34
|
- lib
|
49
35
|
required_ruby_version: !ruby/object:Gem::Requirement
|
36
|
+
none: false
|
50
37
|
requirements:
|
51
|
-
- - '>='
|
38
|
+
- - ! '>='
|
52
39
|
- !ruby/object:Gem::Version
|
53
40
|
version: '0'
|
54
41
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
42
|
+
none: false
|
55
43
|
requirements:
|
56
|
-
- - '>='
|
44
|
+
- - ! '>='
|
57
45
|
- !ruby/object:Gem::Version
|
58
46
|
version: '0'
|
59
47
|
requirements: []
|
60
48
|
rubyforge_project:
|
61
|
-
rubygems_version:
|
49
|
+
rubygems_version: 1.8.25
|
62
50
|
signing_key:
|
63
|
-
specification_version:
|
51
|
+
specification_version: 3
|
64
52
|
summary: tell the future (but not really)
|
65
53
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: 4f9a82f761e76081b0956689942a5f39ac038b11
|
4
|
-
data.tar.gz: 9ed06448fb9f9451de1251006dc2d0139786b0ab
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 6a7be777ab09c1edccea54366f8823fe0a58cfd3d8e45572ccf1813d22b28c19b2c5f3c82319916098f75dbd0ede467a444a957a3640aea6d46c2cccc0717e3b
|
7
|
-
data.tar.gz: 2aac42a7e49b475204ba8f6d65e45e9f92a5a057c7b29003df924c57d488d6adf696d6dfa185582fec10272f930763871c58dbef0c08f4a4d5ff4ea5209028db
|