Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Use Ruby and not JRuby in descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
philostler committed Sep 27, 2011
1 parent 676ac78 commit 1ddb556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# acts_as_executor

acts_as_executor seamlessly integrates Java’s Executor framework with JRuby on Rails, enabling an application to use executors in a familiar Rails’eque way.
acts_as_executor seamlessly integrates Java’s Executor framework with Ruby on Rails, enabling an application to use executors in a familiar Rails’eque way.

[RubyGems][ruby_gems] | [GitHub][github] | [Travis CI][travis_ci] | [RubyDoc][ruby_doc] | [Wiki][wiki]

Expand Down
2 changes: 1 addition & 1 deletion acts_as_executor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.email = ["philostler@gmail.com"]
s.homepage = "https://github.com/philostler/acts_as_executor"
s.summary = %q{Java Executor framework integration for Rails}
s.description = %q{Seamlessly integrates Java's Executor framework with JRuby on Rails}
s.description = %q{Seamlessly integrates Java's Executor framework with Ruby on Rails}

s.files = Dir[".rspec"] +
Dir["acts_as_executor.gemspec"] +
Expand Down

0 comments on commit 1ddb556

Please sign in to comment.