mingle4r 0.4.7 → 0.4.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/History.txt +5 -0
  2. data/README.rdoc +4 -0
  3. data/VERSION +1 -1
  4. metadata +22 -6
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ 0.4.8
2
+ -----
3
+ * version bump
4
+ * did a sanity test with mingle 3.3
5
+
1
6
  0.4.6
2
7
  -----
3
8
  * new apis - find_card, filter_cards, cards, new_card for Project and MingleClient
data/README.rdoc CHANGED
@@ -1,3 +1,7 @@
1
+ == NO LONGER UNDER DEVELOPMENT
2
+
3
+ I have stopped development for this project. If you are interested to take this up send me message
4
+
1
5
  == mingle4r
2
6
 
3
7
  http://github.com/arusarka/mingle4r/tree/master
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.7
1
+ 0.4.8
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: 1
5
- prerelease: false
4
+ hash: 31
5
+ prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 7
10
- version: 0.4.7
9
+ - 8
10
+ version: 0.4.8
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-07-29 00:00:00 +05:30
18
+ date: 2011-03-16 00:00:00 +05:30
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency
@@ -32,6 +32,22 @@ dependencies:
32
32
  version: "0"
33
33
  type: :runtime
34
34
  version_requirements: *id001
35
+ - !ruby/object:Gem::Dependency
36
+ name:
37
+ - rspec
38
+ - rspec-unit
39
+ prerelease: false
40
+ requirement: &id002 !ruby/object:Gem::Requirement
41
+ none: false
42
+ requirements:
43
+ - - ">="
44
+ - !ruby/object:Gem::Version
45
+ hash: 3
46
+ segments:
47
+ - 0
48
+ version: "0"
49
+ type: :development
50
+ version_requirements: *id002
35
51
  description: " A wrapper connector for connecting to Mingle(http://studios.thoughtworks.com/mingle-agile-project-management).\n It uses active resource to handle the restful connections to Mingle. Makes the job of connecting to Mingle a \n lot easier.\n"
36
52
  email: arusarka@gmail.com
37
53
  executables: []
@@ -92,7 +108,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
92
108
  requirements: []
93
109
 
94
110
  rubyforge_project:
95
- rubygems_version: 1.3.7
111
+ rubygems_version: 1.6.2
96
112
  signing_key:
97
113
  specification_version: 3
98
114
  summary: Mingle connector using active resource