neoid 0.0.5.alpha → 0.0.51
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 +3 -1
- data/lib/neoid/version.rb +1 -1
- metadata +4 -4
data/README.md
CHANGED
|
@@ -19,9 +19,11 @@ Neoid offers querying Neo4j for IDs of objects and then fetch them from your RDB
|
|
|
19
19
|
Add to your Gemfile and run the `bundle` command to install it.
|
|
20
20
|
|
|
21
21
|
```ruby
|
|
22
|
-
gem 'neoid',
|
|
22
|
+
gem 'neoid', '~> 0.0.51'
|
|
23
23
|
```
|
|
24
24
|
|
|
25
|
+
Future versions may have breaking changes but will arrive with migration code.
|
|
26
|
+
|
|
25
27
|
**Requires Ruby 1.9.2 or later.**
|
|
26
28
|
|
|
27
29
|
## Usage
|
data/lib/neoid/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: neoid
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
5
|
-
prerelease:
|
|
4
|
+
version: 0.0.51
|
|
5
|
+
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Elad Ossadon
|
|
@@ -158,9 +158,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
158
158
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
159
159
|
none: false
|
|
160
160
|
requirements:
|
|
161
|
-
- - ! '
|
|
161
|
+
- - ! '>='
|
|
162
162
|
- !ruby/object:Gem::Version
|
|
163
|
-
version:
|
|
163
|
+
version: '0'
|
|
164
164
|
requirements: []
|
|
165
165
|
rubyforge_project: neoid
|
|
166
166
|
rubygems_version: 1.8.24
|