howlingmine-client 0.1.2 → 0.1.3

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/History.txt CHANGED
@@ -1,3 +1,7 @@
1
+ === 0.1.3 / 2009-12-16
2
+
3
+ * fix bug when saving custom fields
4
+
1
5
  === 0.1.2 / 2009-12-16
2
6
 
3
7
  * add support for custom fields
data/lib/howlingmine.rb CHANGED
@@ -10,5 +10,5 @@ require "#{File.join(File.dirname(__FILE__),'howlingmine/client')}"
10
10
  require "#{File.join(File.dirname(__FILE__),'howlingmine/issue')}"
11
11
 
12
12
  module HowlingMine
13
- VERSION = '0.1.2'
13
+ VERSION = '0.1.3'
14
14
  end
@@ -9,7 +9,7 @@ module HowlingMine
9
9
  end
10
10
 
11
11
  def method_missing(name, *args)
12
- cf = @custom_fields[name]
12
+ cf = custom_fields[name]
13
13
  if cf
14
14
  cf['value']
15
15
  else
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: howlingmine-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sergio Rubio