rally_api 1.2.0 → 1.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 330bb4339cde6317ad030f5a9db668b3efa37604
4
- data.tar.gz: 538376f2077a0ba28b57def35ddc9bc7bf667cc2
3
+ metadata.gz: d71df559e9e7c2bc8eae38494d6c0eda7d330954
4
+ data.tar.gz: c412dcf80e04b6694625b9d650d80039b5d8099b
5
5
  SHA512:
6
- metadata.gz: bd3a8bd2011162e285f2ec2822d86f207460e1d55a18d7be5ae6337ccdb487f69506a640af2e579e412ea2ba6bd5cb13a4c6f01f0281fc514ce1f0d171cf7fb8
7
- data.tar.gz: b14a2ca16e3762eb8e3e9c001aff81ef10c374096976860812cce14d128a07e8a1ee9ec838f385c74094ad81af65b015ddcc3b686bbe82844cd7b9c6b7933b58
6
+ metadata.gz: 6e6b0263a193f4adc489d6d61f0bb5451d655b650e9c6e3b4e0ddbc4847f06f239a87b75f3b97bbf4907c4e6c158073a73fec3f44a4533ed8776512474e80629
7
+ data.tar.gz: edcab19cf43c121675a81d5c869d4db2314751b2a29ceeffb3cefd06c3b4f626ec985c199731b8e672bf19342bd0da3417b3f57ae05180e713fe1ed4bc5772f1
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source "https://rubygems.org"
2
+
3
+ gemspec
data/LICENSE ADDED
@@ -0,0 +1,7 @@
1
+ Copyright (c) 2002-2013 Rally Software Development Corp. All Rights Reserved.
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
4
+
5
+ The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
6
+
7
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@@ -4,5 +4,5 @@
4
4
  #of the applicable Subscription Agreement between your company and
5
5
  #Rally Software Development Corp.
6
6
  module RallyAPI
7
- VERSION = "1.2.0"
7
+ VERSION = "1.2.1"
8
8
  end
@@ -0,0 +1,30 @@
1
+ # -*- encoding: utf-8 -*-
2
+ $:.push File.expand_path("../lib", __FILE__)
3
+ require "rally_api/version"
4
+
5
+ Gem::Specification.new do |s|
6
+ s.name = "rally_api"
7
+ s.version = RallyAPI::VERSION
8
+ s.authors = ["Dave Smith", "Rylee Keys", "Kip Lehman"]
9
+ s.email = ["dsmith@rallydev.com", "rylee@rallydev.com", "klehman@rallydev.com"]
10
+ s.homepage = "https://github.com/RallyTools/RallyRestToolkitForRuby"
11
+ s.summary = "A wrapper for the Rally Web Services API using json"
12
+ s.description = "API wrapper for Rally's JSON REST web services api"
13
+ s.rubyforge_project = "rally_api"
14
+ s.license = 'MIT'
15
+ s.has_rdoc = false
16
+
17
+ s.add_dependency('httpclient', '2.6.0.1')
18
+
19
+ s.add_development_dependency('bundler', '1.5.1')
20
+ s.add_development_dependency('rake', '10.3.2')
21
+ s.add_development_dependency('rspec', '3.1.0')
22
+ s.add_development_dependency('simplecov', '0.9.1')
23
+ s.add_development_dependency('pry', '0.10.1')
24
+
25
+ #s.files = `git ls-files`.split("\n")
26
+ s.files = %w(README.md LICENSE Gemfile rally_api.gemspec Rakefile) + Dir.glob("{lib}/**/*.rb")
27
+ #s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
28
+ #s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
29
+ s.require_paths = ["lib"]
30
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rally_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dave Smith
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2015-04-28 00:00:00.000000000 Z
13
+ date: 2015-07-13 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: httpclient
@@ -18,28 +18,42 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 2.5.0
21
+ version: 2.6.0.1
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
25
25
  requirements:
26
26
  - - '='
27
27
  - !ruby/object:Gem::Version
28
- version: 2.5.0
28
+ version: 2.6.0.1
29
29
  - !ruby/object:Gem::Dependency
30
- name: simplecov
30
+ name: bundler
31
31
  requirement: !ruby/object:Gem::Requirement
32
32
  requirements:
33
33
  - - '='
34
34
  - !ruby/object:Gem::Version
35
- version: 0.9.1
35
+ version: 1.5.1
36
36
  type: :development
37
37
  prerelease: false
38
38
  version_requirements: !ruby/object:Gem::Requirement
39
39
  requirements:
40
40
  - - '='
41
41
  - !ruby/object:Gem::Version
42
- version: 0.9.1
42
+ version: 1.5.1
43
+ - !ruby/object:Gem::Dependency
44
+ name: rake
45
+ requirement: !ruby/object:Gem::Requirement
46
+ requirements:
47
+ - - '='
48
+ - !ruby/object:Gem::Version
49
+ version: 10.3.2
50
+ type: :development
51
+ prerelease: false
52
+ version_requirements: !ruby/object:Gem::Requirement
53
+ requirements:
54
+ - - '='
55
+ - !ruby/object:Gem::Version
56
+ version: 10.3.2
43
57
  - !ruby/object:Gem::Dependency
44
58
  name: rspec
45
59
  requirement: !ruby/object:Gem::Requirement
@@ -55,19 +69,19 @@ dependencies:
55
69
  - !ruby/object:Gem::Version
56
70
  version: 3.1.0
57
71
  - !ruby/object:Gem::Dependency
58
- name: rake
72
+ name: simplecov
59
73
  requirement: !ruby/object:Gem::Requirement
60
74
  requirements:
61
75
  - - '='
62
76
  - !ruby/object:Gem::Version
63
- version: 10.3.2
77
+ version: 0.9.1
64
78
  type: :development
65
79
  prerelease: false
66
80
  version_requirements: !ruby/object:Gem::Requirement
67
81
  requirements:
68
82
  - - '='
69
83
  - !ruby/object:Gem::Version
70
- version: 10.3.2
84
+ version: 0.9.1
71
85
  - !ruby/object:Gem::Dependency
72
86
  name: pry
73
87
  requirement: !ruby/object:Gem::Requirement
@@ -91,6 +105,8 @@ executables: []
91
105
  extensions: []
92
106
  extra_rdoc_files: []
93
107
  files:
108
+ - Gemfile
109
+ - LICENSE
94
110
  - README.md
95
111
  - Rakefile
96
112
  - lib/rally_api.rb
@@ -103,6 +119,7 @@ files:
103
119
  - lib/rally_api/rally_query_result.rb
104
120
  - lib/rally_api/rally_rest_json.rb
105
121
  - lib/rally_api/version.rb
122
+ - rally_api.gemspec
106
123
  homepage: https://github.com/RallyTools/RallyRestToolkitForRuby
107
124
  licenses:
108
125
  - MIT
@@ -113,12 +130,12 @@ require_paths:
113
130
  - lib
114
131
  required_ruby_version: !ruby/object:Gem::Requirement
115
132
  requirements:
116
- - - '>='
133
+ - - ">="
117
134
  - !ruby/object:Gem::Version
118
135
  version: '0'
119
136
  required_rubygems_version: !ruby/object:Gem::Requirement
120
137
  requirements:
121
- - - '>='
138
+ - - ">="
122
139
  - !ruby/object:Gem::Version
123
140
  version: '0'
124
141
  requirements: []