xero 0.0.5 → 0.0.6

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,3 @@
1
1
  module Xero
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xero
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -202,7 +202,6 @@ files:
202
202
  - README.md
203
203
  - Rakefile
204
204
  - lib/active_support/inflection_config.rb
205
- - lib/active_support/inflections.rb
206
205
  - lib/xero.rb
207
206
  - lib/xero/associations.rb
208
207
  - lib/xero/associations/belongs_to.rb
@@ -1,3 +0,0 @@
1
- ActiveSupport::Inflector.inflections do |inflect|
2
- inflect.irregular 'status', 'status'
3
- end