easy_data 0.0.9 → 0.0.91

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/.gemrc CHANGED
@@ -1,8 +1,8 @@
1
1
  test_options:
2
2
  auto_test_on_install: true
3
3
  test_on_install: true
4
- install_development_dependencies: true
4
+ install_development_dependencies: false
5
5
  test_development_dependencies: false
6
6
  upload_results: false
7
- force_install: false
8
- force_uninstall_on_failure: false
7
+ force_install: true
8
+ force_uninstall_on_failure: true
@@ -1,7 +1,5 @@
1
- #require "ftools"
2
1
  require 'rake'
3
2
  require 'easy_data'
4
- require 'active_record'
5
3
 
6
4
 
7
5
  namespace :easy_data do
@@ -1,3 +1,3 @@
1
1
  module EasyData
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.91"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: easy_data
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 169
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 9
10
- version: 0.0.9
9
+ - 91
10
+ version: 0.0.91
11
11
  platform: ruby
12
12
  authors:
13
13
  - jnillo
@@ -202,3 +202,4 @@ test_files:
202
202
  - test/unit/linked_data_graph_test.rb
203
203
  - test/unit/model_rdf_test.rb
204
204
  - test/unit/namespaces_test.rb
205
+ has_rdoc: