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

Commit 7343f71

Browse files
committed
Released v2.0.0
1 parent 72e2c12 commit 7343f71

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

‎Rakefile‎

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
require'rake'
2-
require'rake/testtask'
3-
require'rubygems/package_task'
4-
requireFile.expand_path('../lib/ref',__FILE__)
1+
#!/usr/bin/env rake
2+
3+
$:.pushFile.join(File.dirname(__FILE__),'lib')
4+
5+
require'ref'
56

67
begin
78
require'rspec'
@@ -16,7 +17,6 @@ rescue LoadError
1617
puts'Error loading Rspec rake tasks, probably building the gem...'
1718
end
1819

19-
2020
spec=eval(File.read(File.expand_path('../ref.gemspec',__FILE__)))
2121

2222
GEM_NAME='ref'
@@ -42,7 +42,6 @@ task :clean do
4242
mkdir_p'pkg'
4343
end
4444

45-
4645
namespace:builddo
4746
build_deps=[:clean]
4847
build_deps << :compileifRef.jruby?
@@ -53,10 +52,7 @@ namespace :build do
5352
end
5453
end
5554

56-
ifRef.jruby?
57-
desc'Build JRuby-specific core gem (alias for `build:core`)'
58-
task:build=>['build:core']
59-
end
55+
task:build=>['build:core']
6056

6157
namespace:testdo
6258
namespace:performancedo

‎lib/ref/version.rb‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
moduleRef
2-
VERSION='1.0.5'
2+
VERSION='2.0.0'
33
end

‎lib/ref_ext.jar‎

3 Bytes
Binary file not shown.

0 commit comments

Comments
(0)