pb-cli 0.3.2 → 0.3.3

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: 044d160164117b94b063574a5ba1102bd6ca92a3
4
- data.tar.gz: 8b0d65913a7bf0fe97cb2513706e5723e7f6b18d
3
+ metadata.gz: cf803dcb184e8eb9b7f0af957ce27f806642c10a
4
+ data.tar.gz: 2edb24727417f7b838913cace0aa68eb139e304c
5
5
  SHA512:
6
- metadata.gz: 06937c88f4c3223d67d9f2c76d31d0739368cdddd1609ccd314fd5aba85a91248fe5b6bd771c3f3699a63c4b8616d9528a2a6a1ed35ec7d3b749afd3ef1dcfcd
7
- data.tar.gz: 4bf415b8f8c53306b462012cadcfc46d4880ca1ac5b8dd3dbb905a84efd7fbf957d9ccf5e87fc74423c458ecc90742ecf10293eeb333ceb7ee14a914ea4b5128
6
+ metadata.gz: 9782a3c7f19d4cf22315102e578f3b01fc70f64ccbdefa65e4ebb4200a7df203f851fb0505c74b5b0c4a8891e430a63df827fb54d0577010aee02f354e1c1872
7
+ data.tar.gz: e928aff86462edf11e4a577be4cd4ffad3e6db4a7957dc2a4bdf319a70babce8b5a723e552f9819291cc06151358c1d2e22291ca6514613a753936ea33f12143
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- pb-cli (0.3.2)
4
+ pb-cli (0.3.3)
5
5
  rest-client (~> 1.8)
6
6
  terminal-table (~> 1.5)
7
7
  thor (~> 0.19)
data/LICENSE.md ADDED
@@ -0,0 +1,21 @@
1
+ The MIT License (MIT)
2
+
3
+ Copyright (c) 2015 Takayuki Miyauchi
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
@@ -2,5 +2,5 @@
2
2
  # vim: ft=ruby expandtab shiftwidth=2 tabstop=2
3
3
 
4
4
  module Pushbullet_CLI
5
- VERSION = "0.3.2"
5
+ VERSION = "0.3.3"
6
6
  end
data/pb-cli.gemspec CHANGED
@@ -33,4 +33,7 @@ Gem::Specification.new do |spec|
33
33
  spec.add_dependency 'thor', '~> 0.19'
34
34
  spec.add_dependency 'rest-client', '~> 1.8'
35
35
  spec.add_dependency 'terminal-table', '~> 1.5'
36
+
37
+ spec.required_ruby_version = "~> 2.0"
38
+ spec.license = "MIT"
36
39
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pb-cli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.2
4
+ version: 0.3.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - miya0001
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-10-08 00:00:00.000000000 Z
11
+ date: 2015-10-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -107,6 +107,7 @@ files:
107
107
  - ".travis.yml"
108
108
  - Gemfile
109
109
  - Gemfile.lock
110
+ - LICENSE.md
110
111
  - README.md
111
112
  - Rakefile
112
113
  - bin/console
@@ -119,7 +120,8 @@ files:
119
120
  - lib/pb/cli/version.rb
120
121
  - pb-cli.gemspec
121
122
  homepage: https://github.com/miya0001/pb-cli
122
- licenses: []
123
+ licenses:
124
+ - MIT
123
125
  metadata:
124
126
  allowed_push_host: https://rubygems.org
125
127
  post_install_message:
@@ -128,9 +130,9 @@ require_paths:
128
130
  - lib
129
131
  required_ruby_version: !ruby/object:Gem::Requirement
130
132
  requirements:
131
- - - ">="
133
+ - - "~>"
132
134
  - !ruby/object:Gem::Version
133
- version: '0'
135
+ version: '2.0'
134
136
  required_rubygems_version: !ruby/object:Gem::Requirement
135
137
  requirements:
136
138
  - - ">="
@@ -138,7 +140,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
138
140
  version: '0'
139
141
  requirements: []
140
142
  rubyforge_project:
141
- rubygems_version: 2.4.8
143
+ rubygems_version: 2.4.5.1
142
144
  signing_key:
143
145
  specification_version: 4
144
146
  summary: Use Pushbullet from cli.