lookup 1.0.0.beta8 → 1.0.0.beta9
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/README.md +1 -1
- data/lib/lookup.rb +1 -1
- data/postinstall.rb +5 -0
- metadata +4 -3
data/README.md
CHANGED
@@ -24,7 +24,7 @@ And for those of you who are Ruby inclined:
|
|
24
24
|
|
25
25
|
Or if you want to to look up for your current version of Ruby, simply:
|
26
26
|
|
27
|
-
* `lookup Array#join (Returns a single method from either Ruby 1.8 or Ruby 1.9. Other implementations not yet supported.)
|
27
|
+
* `lookup Array#join` (Returns a single method from either Ruby 1.8 or Ruby 1.9. Other implementations not yet supported.)
|
28
28
|
|
29
29
|
## Options
|
30
30
|
|
data/lib/lookup.rb
CHANGED
data/postinstall.rb
ADDED
metadata
CHANGED
@@ -6,8 +6,8 @@ version: !ruby/object:Gem::Version
|
|
6
6
|
- 1
|
7
7
|
- 0
|
8
8
|
- 0
|
9
|
-
-
|
10
|
-
version: 1.0.0.
|
9
|
+
- beta9
|
10
|
+
version: 1.0.0.beta9
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Ryan Bigg
|
@@ -112,6 +112,7 @@ files:
|
|
112
112
|
- lib/lookup.sqlite3
|
113
113
|
- lib/models.rb
|
114
114
|
- lookup.gemspec
|
115
|
+
- postinstall.rb
|
115
116
|
- spec/.lookup/config
|
116
117
|
- spec/.lookup/lookup.sqlite3
|
117
118
|
- spec/apis/1.8/classes.html
|
@@ -142,7 +143,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
142
143
|
requirements:
|
143
144
|
- - ">="
|
144
145
|
- !ruby/object:Gem::Version
|
145
|
-
hash: -
|
146
|
+
hash: -3083635627698471139
|
146
147
|
segments:
|
147
148
|
- 0
|
148
149
|
version: "0"
|