mingle4r 0.4.6 → 0.4.7

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.
Files changed (5) hide show
  1. data/README.rdoc +1 -2
  2. data/TODO.txt +1 -0
  3. data/VERSION +1 -1
  4. data/lib/mingle4r.rb +0 -1
  5. metadata +4 -4
data/README.rdoc CHANGED
@@ -276,8 +276,7 @@ during gem install.
276
276
 
277
277
  == Limitations:
278
278
 
279
- updating a property on the card which is a link to another card does not work. So for now
280
- only use it for other properties
279
+ creating a card with custom properties directly doesn't work.
281
280
 
282
281
  == Install:
283
282
 
data/TODO.txt CHANGED
@@ -15,6 +15,7 @@ will be implemented, but not very important for now
15
15
  * implement card_types for a project
16
16
  * investigate setting custom properties at card creation time
17
17
  * provide a block to set up a new card in MingleClient::new_card
18
+ * execute mql should return only a single value if there is only one result
18
19
 
19
20
  will be done when I've no other work
20
21
  ------------------------------------
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.6
1
+ 0.4.7
data/lib/mingle4r.rb CHANGED
@@ -9,7 +9,6 @@ require 'net/http'
9
9
  module Mingle4r; end
10
10
 
11
11
  require 'mingle_resource'
12
- require 'mingle4r/version'
13
12
  require 'mingle4r/common_class_methods'
14
13
  require 'mingle4r/helpers'
15
14
  require 'mingle4r/mingle_client'
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mingle4r
3
3
  version: !ruby/object:Gem::Version
4
- hash: 3
4
+ hash: 1
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 6
10
- version: 0.4.6
9
+ - 7
10
+ version: 0.4.7
11
11
  platform: ruby
12
12
  authors:
13
13
  - asur
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-06-27 00:00:00 +05:30
18
+ date: 2010-07-29 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency