Skip to content

Commit

Permalink
Prepare release 0.1.0
Browse files Browse the repository at this point in the history
Updated to work with ActiveTriples 0.5, 0.6, and 0.8.2
  • Loading branch information
elrayle committed Apr 14, 2016
1 parent 27fa153 commit 6c9c769
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
15 changes: 15 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
0.1.0
-----
* Updated to work with ActiveTriples 0.5, 0.6, and 0.8.2

0.0.7 (pre-release)
-----
* set first_proxy, last_proxy, next_proxy, and prev_proxy

0.0.6 (pre-release)
-----
* Fix persist aggregation throws exception when title is blank

0.0.4 (pre-release)
-----
* Initial release of gem
10 changes: 3 additions & 7 deletions ld4l-ore_rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,16 @@ Gem::Specification.new do |spec|

spec.files = `git ls-files -z`.split("\x0")
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
# spec.test_files = `git ls-files -- {spec}/*`.split("\n") # FROM ActiveTriples gemspec file
# spec.require_paths = ["lib"] # NOT IN ActiveTriples gemspec file

# spec.add_dependency('ffi', '~> 1.9.5')
spec.add_dependency('rdf', '~> 1.1')
spec.add_dependency('rdf', '= 1.99.0')

spec.add_dependency('active-triples', '~> 0.5')
spec.add_dependency('active-triples', '~> 0.5', '~> 0.6', '~>0.8.2')
spec.add_dependency('active_triples-local_name', '~> 0.1')
spec.add_dependency('ld4l-foaf_rdf', '~> 0.0')
spec.add_dependency('doubly_linked_list', '~> 0.0')

spec.add_development_dependency('pry')
# spec.add_development_dependency('pry-byebug') # Works with ruby > 2
# spec.add_development_dependency('pry-debugger') # Works with ruby < 2
spec.add_development_dependency('pry-byebug')
spec.add_development_dependency('rdoc')
spec.add_development_dependency('rspec')
spec.add_development_dependency('coveralls')
Expand Down
2 changes: 1 addition & 1 deletion lib/ld4l/ore_rdf/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module LD4L
module OreRDF
VERSION = "0.0.7"
VERSION = "0.1.0"
end
end

0 comments on commit 6c9c769

Please sign in to comment.