Skip to content

Commit

Permalink
configure travis
Browse files Browse the repository at this point in the history
  • Loading branch information
flori committed Feb 11, 2012
1 parent c93d679 commit 5dcf0f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -6,3 +6,5 @@ pkg
java/Json.iml
Gemfile.lock
.rvmrc
*.rbc
.rbx
7 changes: 4 additions & 3 deletions .travis.yml
Expand Up @@ -6,10 +6,11 @@ rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- rbx-18mode
- rbx-19mode
- ree
- jruby
- jruby-18mode
- jruby-19mode
- ruby-head

script: "bundle exec rake"
4 changes: 0 additions & 4 deletions Gemfile
Expand Up @@ -9,7 +9,3 @@ gemspec :name => 'json-java'
group :development do
gem 'simplecov', :platform => :mri_19
end

group :test do
gem 'test-unit', :platform => :mri_19
end
2 changes: 1 addition & 1 deletion json.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Florian Frank"]
s.date = "2012-01-15"
s.date = "2012-02-10"
s.description = "This is a JSON implementation as a Ruby extension in C."
s.email = "flori@ping.de"
s.extensions = ["ext/json/ext/parser/extconf.rb", "ext/json/ext/generator/extconf.rb"]
Expand Down
2 changes: 1 addition & 1 deletion json_pure.gemspec
Expand Up @@ -6,7 +6,7 @@ Gem::Specification.new do |s|

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Florian Frank"]
s.date = "2012-01-15"
s.date = "2012-02-10"
s.description = "This is a JSON implementation in pure Ruby."
s.email = "flori@ping.de"
s.extra_rdoc_files = ["README.rdoc"]
Expand Down

0 comments on commit 5dcf0f9

Please sign in to comment.