arusarka-dynamic-active-resource 0.2.4 → 0.2.5

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 = '1'
5
+ Tiny = '5'
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.1'
5
+ DynamicActiveResource::Version::to_s.should == '0.2.5'
6
6
  end
7
7
  end
@@ -0,0 +1 @@
1
+ require File.dirname(__FILE__) + '/../lib/dynamic_active_resource'
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.4
4
+ version: 0.2.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - asur
@@ -47,6 +47,7 @@ files:
47
47
  - spec/dynamic_active_resource/base_spec.rb
48
48
  - spec/dynamic_active_resource/common_dynamic_class_instance_methods_spec.rb
49
49
  - spec/dynamic_active_resource/version_spec.rb
50
+ - spec/spec_helper.rb
50
51
  - README
51
52
  - History.txt
52
53
  - init.rb