bluedart 0.2.2 → 0.2.2.0.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,15 +1,7 @@
1
1
  ---
2
- !binary "U0hBMQ==":
3
- metadata.gz: !binary |-
4
- NmFhNjkyMjczYTQ2ZmVjNGU3YzQyMGE1ZDhiMTUwYzNjODJkZWY3NQ==
5
- data.tar.gz: !binary |-
6
- NjZjNjhlZGEzYWU0ZjcwMTNlOGRiY2M5MDU1NTA1Y2MzZWY1MmMyYg==
2
+ SHA1:
3
+ metadata.gz: 6351d96cc0f3a848e0baeb9a61037691abd36625
4
+ data.tar.gz: 88837f04995fc0143e75a6262dbf99620f40f56b
7
5
  SHA512:
8
- metadata.gz: !binary |-
9
- NmU2YmVlZDdjNTUzNDBlZWIxY2Y3NTlhM2IzMDZiMjI5YThlMDU5MGNiMzFh
10
- NDhmMzAwODkyMmU3NDM1NWQ2MDQ0ZWEzOTFjNzBkNzQ3ZTY2YjQwM2VkNzcx
11
- ZDM5MjBmYjQ5NzU3NGJjYzBlY2Y0NDYxZDE5MTQ2NTllNzk3NGQ=
12
- data.tar.gz: !binary |-
13
- OWU0NjExZjUxZDAxMGJlOTRlNWM0NDdiMTEyYjQ1ZDEyY2IxZDIyYmU4YzBm
14
- NDg3NzE2YTUwNzc0OTc4YTM3MTQ3NzQ5MGJjMTZkYjRkOGZjMDVhYzYyZTQ0
15
- NjE1MjZjODk2ZGFmMTM1ZmFmNGI3ZDMzMWNlZjk4MTZkMDIzNDI=
6
+ metadata.gz: 110512cb2e2eb3c4def69b75550d9165bf45d154dd54cf5096c05dd950497652837c6c853c08565b7eb723b7362288ee7ffec27d0586c09fb357b6ec6f67706e
7
+ data.tar.gz: dbb5599eca97366d02f32c1784090a15f32ab0703b30331aa40299db22bdd8780a84aa03463657043f7fd33e28f43b31916b17672b8a61619260c83d32fb7c7e
@@ -0,0 +1,19 @@
1
+ MIT License
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining a copy
4
+ of this software and associated documentation files (the "Software"), to deal
5
+ in the Software without restriction, including without limitation the rights
6
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7
+ copies of the Software, and to permit persons to whom the Software is
8
+ furnished to do so, subject to the following conditions:
9
+
10
+ The above copyright notice and this permission notice shall be included in all
11
+ copies or substantial portions of the Software.
12
+
13
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19
+ SOFTWARE.
@@ -12,6 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.summary = %q{Bluedart Web Services}
13
13
  spec.description = %q{Provides an interface to Bluedart Web Services}
14
14
  spec.homepage = "https://github.com/chirag7jain/bluedart"
15
+ spec.licenses = ["MIT"]
15
16
 
16
17
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
17
18
  spec.bindir = "exe"
@@ -25,4 +26,6 @@ Gem::Specification.new do |spec|
25
26
  spec.add_development_dependency "bundler", "~> 1.9"
26
27
  spec.add_development_dependency "rake", "~> 10.0"
27
28
  spec.add_development_dependency "debugger", ">= 1.6.8"
29
+
30
+ spec.required_ruby_version = ">= 1.9.3"
28
31
  end
@@ -1,3 +1,3 @@
1
1
  module Bluedart
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.2.0.1"
3
3
  end
metadata CHANGED
@@ -1,97 +1,97 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bluedart
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.2.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - CJ
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-06-11 00:00:00.000000000 Z
11
+ date: 2016-11-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: nokogiri
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
19
  version: 1.5.11
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - ">="
25
25
  - !ruby/object:Gem::Version
26
26
  version: 1.5.11
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: httparty
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - ! '>='
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: 0.13.5
34
34
  type: :runtime
35
35
  prerelease: false
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ! '>='
38
+ - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: 0.13.5
41
41
  - !ruby/object:Gem::Dependency
42
42
  name: nori
43
43
  requirement: !ruby/object:Gem::Requirement
44
44
  requirements:
45
- - - ! '>='
45
+ - - ">="
46
46
  - !ruby/object:Gem::Version
47
47
  version: 2.4.0
48
48
  type: :runtime
49
49
  prerelease: false
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ! '>='
52
+ - - ">="
53
53
  - !ruby/object:Gem::Version
54
54
  version: 2.4.0
55
55
  - !ruby/object:Gem::Dependency
56
56
  name: bundler
57
57
  requirement: !ruby/object:Gem::Requirement
58
58
  requirements:
59
- - - ~>
59
+ - - "~>"
60
60
  - !ruby/object:Gem::Version
61
61
  version: '1.9'
62
62
  type: :development
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
- - - ~>
66
+ - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '1.9'
69
69
  - !ruby/object:Gem::Dependency
70
70
  name: rake
71
71
  requirement: !ruby/object:Gem::Requirement
72
72
  requirements:
73
- - - ~>
73
+ - - "~>"
74
74
  - !ruby/object:Gem::Version
75
75
  version: '10.0'
76
76
  type: :development
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
- - - ~>
80
+ - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '10.0'
83
83
  - !ruby/object:Gem::Dependency
84
84
  name: debugger
85
85
  requirement: !ruby/object:Gem::Requirement
86
86
  requirements:
87
- - - ! '>='
87
+ - - ">="
88
88
  - !ruby/object:Gem::Version
89
89
  version: 1.6.8
90
90
  type: :development
91
91
  prerelease: false
92
92
  version_requirements: !ruby/object:Gem::Requirement
93
93
  requirements:
94
- - - ! '>='
94
+ - - ">="
95
95
  - !ruby/object:Gem::Version
96
96
  version: 1.6.8
97
97
  description: Provides an interface to Bluedart Web Services
@@ -101,11 +101,12 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
- - .gitignore
105
- - .rspec
106
- - .travis.yml
104
+ - ".gitignore"
105
+ - ".rspec"
106
+ - ".travis.yml"
107
107
  - CODE_OF_CONDUCT.md
108
108
  - Gemfile
109
+ - LICENSE.md
109
110
  - README.md
110
111
  - Rakefile
111
112
  - bin/console
@@ -118,7 +119,8 @@ files:
118
119
  - lib/bluedart/tracking.rb
119
120
  - lib/bluedart/version.rb
120
121
  homepage: https://github.com/chirag7jain/bluedart
121
- licenses: []
122
+ licenses:
123
+ - MIT
122
124
  metadata: {}
123
125
  post_install_message:
124
126
  rdoc_options: []
@@ -126,17 +128,17 @@ require_paths:
126
128
  - lib
127
129
  required_ruby_version: !ruby/object:Gem::Requirement
128
130
  requirements:
129
- - - ! '>='
131
+ - - ">="
130
132
  - !ruby/object:Gem::Version
131
- version: '0'
133
+ version: 1.9.3
132
134
  required_rubygems_version: !ruby/object:Gem::Requirement
133
135
  requirements:
134
- - - ! '>='
136
+ - - ">="
135
137
  - !ruby/object:Gem::Version
136
138
  version: '0'
137
139
  requirements: []
138
140
  rubyforge_project:
139
- rubygems_version: 2.4.6
141
+ rubygems_version: 2.5.1
140
142
  signing_key:
141
143
  specification_version: 4
142
144
  summary: Bluedart Web Services