We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8e8467 commit 81842c8Copy full SHA for 81842c8
Rakefile
@@ -4,6 +4,7 @@ $:.unshift File.join(File.dirname(__FILE__))
4
lib = File.expand_path('../lib', __FILE__)
5
$:.unshift lib unless $:.include?(lib)
6
7
+require "bundler/gem_tasks"
8
require "rspec/core/rake_task"
9
require 'rake/clean'
10
require 'yard'
lib/fit4ruby/version.rb
@@ -1,4 +1,4 @@
1
module Fit4Ruby
2
# The version number of the library.
3
- VERSION = '0.0.2'
+ VERSION = '0.0.3'
end
0 commit comments