Skip to content

Commit

Permalink
Merge pull request #10 from ld4l/prep_release
Browse files Browse the repository at this point in the history
Prep for release 0.2.0
  • Loading branch information
elrayle committed Apr 26, 2016
2 parents e5eaed4 + 34fab1f commit e0e7849
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.2.0
-----
* Add ability to write to solr index from PersistAggregation service

0.1.0
-----
* Updated to work with ActiveTriples 0.5, 0.6, and 0.8.2
Expand Down
3 changes: 0 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,3 @@ source 'https://rubygems.org'
gemspec

gem 'active-triples', :github => 'ActiveTriples/ActiveTriples', :branch => 'fix206_exclude_othersubj_preds'

# # gem 'active_triples-solrizer', :git => '[email protected]:ActiveTriples/active_triples-solrizer.git', :branch => 'modifiers_from_solrizer_gem'
gem 'active_triples-solrizer', :github => 'ActiveTriples/active_triples-solrizer', :branch => 'master'
2 changes: 1 addition & 1 deletion ld4l-ore_rdf.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|

spec.add_dependency('active-triples')
spec.add_dependency('active_triples-local_name')
# spec.add_dependency('active_triples-solrizer')
spec.add_dependency('active_triples-solrizer')
spec.add_dependency('ld4l-foaf_rdf')
spec.add_dependency('doubly_linked_list')

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.1.0"
VERSION = "0.2.0"
end
end

0 comments on commit e0e7849

Please sign in to comment.