Skip to content

Commit

Permalink
Use correct platform in gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
johnae committed Sep 9, 2013
1 parent 8c7f034 commit b826103
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions mongoid_search-java.gemspec
Expand Up @@ -13,6 +13,8 @@ Gem::Specification.new do |s|

s.required_rubygems_version = ">= 1.3.6"

s.platform = "java"

s.add_dependency("mongoid", [">= 3.0.0"])
s.add_dependency("jruby-stemmer", ["~> 0.0.1"])
s.add_development_dependency("database_cleaner", [">= 0.8.0"])
Expand Down
4 changes: 3 additions & 1 deletion mongoid_search.gemspec
Expand Up @@ -12,7 +12,9 @@ Gem::Specification.new do |s|
s.description = "Simple full text search implementation."

s.required_rubygems_version = ">= 1.3.6"


s.platform = "ruby"

s.add_dependency("mongoid", [">= 3.0.0"])
s.add_dependency("fast-stemmer", ["~> 1.0.0"])
s.add_development_dependency("database_cleaner", [">= 0.8.0"])
Expand Down

0 comments on commit b826103

Please sign in to comment.