rsinger-rdfobjects 0.1.1 → 0.1.3
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 +4 -1
- metadata +2 -13
data/README
CHANGED
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
RDFObjects are intended to simplify working with RDF data by providing a (more) Ruby-like interface to resources (thanks to OpenStruct).
|
|
2
2
|
|
|
3
|
+
Installation:
|
|
4
|
+
sudo gem install rsinger-rdfobjects
|
|
5
|
+
|
|
3
6
|
Requirements:
|
|
4
7
|
* Nokogiri (the idea is for more options in the future)
|
|
5
|
-
*
|
|
8
|
+
* rsinger-curies
|
|
6
9
|
* Builder (although, ideally, this will be deprecated)
|
|
7
10
|
* json (or json_pure)
|
|
8
11
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rsinger-rdfobjects
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ross Singer
|
|
@@ -42,16 +42,6 @@ dependencies:
|
|
|
42
42
|
- !ruby/object:Gem::Version
|
|
43
43
|
version: "0"
|
|
44
44
|
version:
|
|
45
|
-
- !ruby/object:Gem::Dependency
|
|
46
|
-
name: builder
|
|
47
|
-
type: :runtime
|
|
48
|
-
version_requirement:
|
|
49
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: "0"
|
|
54
|
-
version:
|
|
55
45
|
description:
|
|
56
46
|
email: rossfsinger@gmail.com
|
|
57
47
|
executables: []
|
|
@@ -65,7 +55,6 @@ files:
|
|
|
65
55
|
- LICENSE
|
|
66
56
|
has_rdoc: true
|
|
67
57
|
homepage: http://github.com/rsinger/RDFObjects/tree
|
|
68
|
-
licenses:
|
|
69
58
|
post_install_message:
|
|
70
59
|
rdoc_options: []
|
|
71
60
|
|
|
@@ -86,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
86
75
|
requirements: []
|
|
87
76
|
|
|
88
77
|
rubyforge_project:
|
|
89
|
-
rubygems_version: 1.
|
|
78
|
+
rubygems_version: 1.2.0
|
|
90
79
|
signing_key:
|
|
91
80
|
specification_version: 2
|
|
92
81
|
summary: RDFObjects are intended to simplify working with RDF data by providing a (more) Ruby-like interface to resources (thanks to OpenStruct).
|