pushbullet_ruby 1.1.2 → 1.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/pushbullet_ruby/pushable/file.rb +1 -1
- data/lib/pushbullet_ruby/version.rb +1 -1
- data/pushbullet_ruby.gemspec +3 -3
- metadata +6 -6
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cb22101fea9e528a702d7ac7d87bb43f1a4833e1
|
4
|
+
data.tar.gz: c30f6e0db6b510449da8c1a874da4925d29537f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 841133fca413f019b3b335ab904a75188a994bfec2387cf8ca8f3a3d5e4c497f3f070a158bb19239d03b7bb130d15da12f2ae90695363a56b6593ddaced835b3
|
7
|
+
data.tar.gz: c8143076ff88f93460c3f42f1c504ea40661e0c361874bfc61185642ac40075374f8c79a613fa9d13e983083274d114eef3896907984f8da394d99a3f08c15a8
|
data/pushbullet_ruby.gemspec
CHANGED
@@ -6,12 +6,12 @@ require 'pushbullet_ruby/version'
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "pushbullet_ruby"
|
8
8
|
spec.version = PushbulletRuby::VERSION
|
9
|
-
spec.authors = ["
|
10
|
-
spec.email = "
|
9
|
+
spec.authors = ["Alexandre Kueny"]
|
10
|
+
spec.email = "alexandre.kueny@hotmail.com"
|
11
11
|
|
12
12
|
spec.summary = nil
|
13
13
|
spec.description = "Ruby client of Pushbullet API"
|
14
|
-
spec.homepage = "https://github.com/
|
14
|
+
spec.homepage = "https://github.com/AlexandreKueny/pushbullet_ruby"
|
15
15
|
spec.license = "MIT"
|
16
16
|
|
17
17
|
# Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pushbullet_ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.1.
|
4
|
+
version: 1.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Alexandre Kueny
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2018-01-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -67,7 +67,7 @@ dependencies:
|
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
69
|
description: Ruby client of Pushbullet API
|
70
|
-
email:
|
70
|
+
email: alexandre.kueny@hotmail.com
|
71
71
|
executables: []
|
72
72
|
extensions: []
|
73
73
|
extra_rdoc_files: []
|
@@ -109,7 +109,7 @@ files:
|
|
109
109
|
- lib/pushbullet_ruby/user.rb
|
110
110
|
- lib/pushbullet_ruby/version.rb
|
111
111
|
- pushbullet_ruby.gemspec
|
112
|
-
homepage: https://github.com/
|
112
|
+
homepage: https://github.com/AlexandreKueny/pushbullet_ruby
|
113
113
|
licenses:
|
114
114
|
- MIT
|
115
115
|
metadata:
|
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
130
130
|
version: '0'
|
131
131
|
requirements: []
|
132
132
|
rubyforge_project:
|
133
|
-
rubygems_version: 2.6.
|
133
|
+
rubygems_version: 2.6.14
|
134
134
|
signing_key:
|
135
135
|
specification_version: 4
|
136
136
|
summary: ''
|