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.
- data/README.rdoc +1 -2
- data/TODO.txt +1 -0
- data/VERSION +1 -1
- data/lib/mingle4r.rb +0 -1
- metadata +4 -4
data/README.rdoc
CHANGED
|
@@ -276,8 +276,7 @@ during gem install.
|
|
|
276
276
|
|
|
277
277
|
== Limitations:
|
|
278
278
|
|
|
279
|
-
|
|
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.
|
|
1
|
+
0.4.7
|
data/lib/mingle4r.rb
CHANGED
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:
|
|
4
|
+
hash: 1
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
|
-
-
|
|
10
|
-
version: 0.4.
|
|
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-
|
|
18
|
+
date: 2010-07-29 00:00:00 +05:30
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|