scrumninja 0.1 → 0.1.1

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc ADDED
@@ -0,0 +1,39 @@
1
+ = Overview
2
+
3
+ == About ScrumNinja
4
+
5
+ ScrumNinja is a scrum management tool that allows you to easily manage plan sprints, manage your backlog, and create tasks and card walls. The ScrumNinja gem allows you to easily get data out of ScrumNinja and use it in your Ruby applications.
6
+
7
+ == Compatibility
8
+
9
+ ScrumNinja is developed against 1.9.2.
10
+
11
+ = License
12
+
13
+ Copyright (c) 2009, 2010, 2011 Javier Muniz Jordan
14
+
15
+ Permission is hereby granted, free of charge, to any person obtaining
16
+ a copy of this software and associated documentation files (the
17
+ "Software"), to deal in the Software without restriction, including
18
+ without limitation the rights to use, copy, modify, merge, publish,
19
+ distribute, sublicense, and/or sell copies of the Software, and to
20
+ permit persons to whom the Software is furnished to do so, subject to
21
+ the following conditions:
22
+
23
+ The above copyright notice and this permission notice shall be
24
+ included in all copies or substantial portions of the Software.
25
+
26
+ You will notify the author and give permission to have your software
27
+ listed on this and other websites of the author as using the Software.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
30
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
31
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
32
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
33
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
34
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
35
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
36
+
37
+ = Credits
38
+
39
+ Javier Muniz
@@ -1,3 +1,3 @@
1
1
  module ScrumNinja
2
- VERSION = "0.1"
3
- end
2
+ VERSION = "0.1.1"
3
+ end
data/scrumninja.gemspec CHANGED
@@ -25,4 +25,6 @@ Gem::Specification.new do |s|
25
25
  s.add_development_dependency('multi_xml', '~> 0.2.0')
26
26
 
27
27
  s.add_dependency('faraday_middleware', '~> 0.6.0')
28
- end
28
+ s.add_dependency('hashie', '~> 1.0.0')
29
+ s.add_dependency('multi_xml', '~> 0.2.0')
30
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: scrumninja
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.1'
4
+ version: 0.1.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2011-06-09 00:00:00.000000000Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rspec
16
- requirement: &2165695280 !ruby/object:Gem::Requirement
16
+ requirement: &2152815720 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: '2.6'
22
22
  type: :development
23
23
  prerelease: false
24
- version_requirements: *2165695280
24
+ version_requirements: *2152815720
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: webmock
27
- requirement: &2165694780 !ruby/object:Gem::Requirement
27
+ requirement: &2152815220 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: '1.5'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *2165694780
35
+ version_requirements: *2152815220
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: hashie
38
- requirement: &2165694320 !ruby/object:Gem::Requirement
38
+ requirement: &2152814760 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,10 +43,10 @@ dependencies:
43
43
  version: 1.0.0
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *2165694320
46
+ version_requirements: *2152814760
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: multi_xml
49
- requirement: &2152535440 !ruby/object:Gem::Requirement
49
+ requirement: &2152814300 !ruby/object:Gem::Requirement
50
50
  none: false
51
51
  requirements:
52
52
  - - ~>
@@ -54,10 +54,10 @@ dependencies:
54
54
  version: 0.2.0
55
55
  type: :development
56
56
  prerelease: false
57
- version_requirements: *2152535440
57
+ version_requirements: *2152814300
58
58
  - !ruby/object:Gem::Dependency
59
59
  name: faraday_middleware
60
- requirement: &2152534980 !ruby/object:Gem::Requirement
60
+ requirement: &2152813840 !ruby/object:Gem::Requirement
61
61
  none: false
62
62
  requirements:
63
63
  - - ~>
@@ -65,7 +65,29 @@ dependencies:
65
65
  version: 0.6.0
66
66
  type: :runtime
67
67
  prerelease: false
68
- version_requirements: *2152534980
68
+ version_requirements: *2152813840
69
+ - !ruby/object:Gem::Dependency
70
+ name: hashie
71
+ requirement: &2152813380 !ruby/object:Gem::Requirement
72
+ none: false
73
+ requirements:
74
+ - - ~>
75
+ - !ruby/object:Gem::Version
76
+ version: 1.0.0
77
+ type: :runtime
78
+ prerelease: false
79
+ version_requirements: *2152813380
80
+ - !ruby/object:Gem::Dependency
81
+ name: multi_xml
82
+ requirement: &2152812920 !ruby/object:Gem::Requirement
83
+ none: false
84
+ requirements:
85
+ - - ~>
86
+ - !ruby/object:Gem::Version
87
+ version: 0.2.0
88
+ type: :runtime
89
+ prerelease: false
90
+ version_requirements: *2152812920
69
91
  description: Wrapper for the Scrumninja backlog/sprint management tool.
70
92
  email: javier@granicus.com
71
93
  executables: []
@@ -78,7 +100,7 @@ files:
78
100
  - Gemfile
79
101
  - Gemfile.lock
80
102
  - LICENSE
81
- - README
103
+ - README.rdoc
82
104
  - lib/scrumninja.rb
83
105
  - lib/scrumninja/client.rb
84
106
  - lib/scrumninja/version.rb
data/README DELETED
File without changes