arusarka-mingle4r 0.1.5 → 0.1.6
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 +5 -4
- metadata +3 -3
data/History.txt
CHANGED
@@ -1,9 +1,10 @@
|
|
1
|
-
0.
|
2
|
-
|
1
|
+
0.1.5
|
2
|
+
-----
|
3
3
|
|
4
|
+
* Rest Api's added - wiki
|
4
5
|
|
5
6
|
0.0.1
|
6
7
|
-----
|
7
8
|
|
8
|
-
Rest Api's - Card, Project, User, Attachment, Property Definition
|
9
|
-
Mingle Client - supports getting cards, project etc.
|
9
|
+
* Rest Api's - Card, Project, User, Attachment, Property Definition
|
10
|
+
* Mingle Client - supports getting cards, project etc.
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: arusarka-mingle4r
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- asur
|
@@ -22,7 +22,7 @@ dependencies:
|
|
22
22
|
- !ruby/object:Gem::Version
|
23
23
|
version: "0"
|
24
24
|
version:
|
25
|
-
description:
|
25
|
+
description: A connector wrapper for connecting to Mingle(http://studios.thoughtworks.com/mingle-agile-project-management). It uses active resource to handle the restful connections to Mingle. Makes the job of connecting to Mingle a lot easier. Also since it uses lazy evaluation, resources are fetched only when they are requested.
|
26
26
|
email: arusarka@gmail.com
|
27
27
|
executables: []
|
28
28
|
|
@@ -58,6 +58,6 @@ rubyforge_project:
|
|
58
58
|
rubygems_version: 1.2.0
|
59
59
|
signing_key:
|
60
60
|
specification_version: 2
|
61
|
-
summary: Mingle connector
|
61
|
+
summary: Mingle connector using active resource
|
62
62
|
test_files: []
|
63
63
|
|