Skip to content
This repository has been archived by the owner on Mar 15, 2022. It is now read-only.

Commit

Permalink
Released v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdantonio committed Jul 10, 2015
1 parent 72e2c12 commit 7343f71
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
16 changes: 6 additions & 10 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require 'rake'
require 'rake/testtask'
require 'rubygems/package_task'
require File.expand_path('../lib/ref', __FILE__)
#!/usr/bin/env rake

$:.push File.join(File.dirname(__FILE__), 'lib')

require 'ref'

begin
require 'rspec'
Expand All @@ -16,7 +17,6 @@ rescue LoadError
puts 'Error loading Rspec rake tasks, probably building the gem...'
end


spec = eval(File.read(File.expand_path('../ref.gemspec', __FILE__)))

GEM_NAME = 'ref'
Expand All @@ -42,7 +42,6 @@ task :clean do
mkdir_p 'pkg'
end


namespace :build do
build_deps = [:clean]
build_deps << :compile if Ref.jruby?
Expand All @@ -53,10 +52,7 @@ namespace :build do
end
end

if Ref.jruby?
desc 'Build JRuby-specific core gem (alias for `build:core`)'
task :build => ['build:core']
end
task :build => ['build:core']

namespace :test do
namespace :performance do
Expand Down
2 changes: 1 addition & 1 deletion lib/ref/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Ref
VERSION = '1.0.5'
VERSION = '2.0.0'
end
Binary file modified lib/ref_ext.jar
Binary file not shown.

0 comments on commit 7343f71

Please sign in to comment.