Skip to content

Commit 1df73f2

Browse files
committed
Merge pull request #6 from ActiveTriples/cleanup_for_release
Prep for Release 0.3.0
2 parents 75479f6 + 8619749 commit 1df73f2

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ script: "bundle exec rspec spec"
44
sudo: false
55
cache: bundler
66
rvm:
7-
- 2.0
8-
- 2.1
97
- 2.2.4
108
- 2.3.0
119
- jruby-9.0.4.0

active_triples-solrizer.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
1212
s.summary = %q{Provide default solrizer implementation for ActiveTriples.}
1313
s.description = %q{active_triples-solrizer provides a default solr indexing implementation for ActiveTriples.}
1414
s.license = "APACHE2"
15-
s.required_ruby_version = '>= 2.0.0'
15+
s.required_ruby_version = '>= 2.2.0'
1616

1717
s.add_dependency 'rsolr'
1818
s.add_dependency('active-triples')
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ActiveTriples
22
module Solrizer
3-
VERSION = "0.2.0"
3+
VERSION = "0.3.0"
44
end
55
end

0 commit comments

Comments
 (0)