mite-rb 0.5.0 → 0.5.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/CHANGES.md CHANGED
@@ -1,8 +1,12 @@
1
1
  ## mite-rb Changelog
2
2
 
3
+ ### 0.5.1 / 2013-01-14
4
+
5
+ * Fixed issue with activeresource 3.2 when creating time entry
6
+
3
7
  ### 0.5.0 / 2012-12-11
4
8
 
5
- * Fixed Mite::Tracker for activeresource >= 3.1.0 [#9]
9
+ * Fixed Mite::Tracker for activeresource >= 3.1.0 [#5]
6
10
  * From now on only support activeresource >= 3.1.0
7
11
 
8
12
  ### 0.4.5 / 2012-11-28
@@ -37,8 +37,8 @@ class Mite::TimeEntry < Mite::Base
37
37
  Mite::Tracker.stop if tracking?
38
38
  end
39
39
 
40
- def load(attr)
41
- super(attr)
40
+ def load(*attrs)
41
+ super
42
42
  if attributes["tracking"]
43
43
  attributes["tracker"] = Mite::Tracker.new.load(attributes.delete("tracking").attributes)
44
44
  end
data/lib/mite/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Mite
2
- VERSION = "0.5.0"
2
+ VERSION = "0.5.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mite-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.5.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-12-11 00:00:00.000000000 Z
12
+ date: 2013-01-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activeresource