arusarka-dynamic-active-resource 0.2.5 → 0.2.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@ module DynamicActiveResource
2
2
  module Version
3
3
  Major = '0'
4
4
  Minor = '2'
5
- Tiny = '5'
5
+ Tiny = '6'
6
6
 
7
7
  def self.to_s
8
8
  [Major, Minor, Tiny].join('.')
@@ -2,6 +2,6 @@ require File.dirname(__FILE__) + '/../spec_helper'
2
2
 
3
3
  describe 'DynamicActiveResource::Version' do
4
4
  it "should return the proper version" do
5
- DynamicActiveResource::Version::to_s.should == '0.2.5'
5
+ DynamicActiveResource::Version::to_s.should == '0.2.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: arusarka-dynamic-active-resource
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.5
4
+ version: 0.2.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - asur