smsconnect 0.0.2 → 0.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/smsconnect/version.rb +1 -1
- data/smsconnect.gemspec +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ab5176314bcd4e758d912de32067336c3af30a0f
|
|
4
|
+
data.tar.gz: 0fb4773ae6f9ddf78c10aa154f2c2ee0be74111c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ccc7f6da5492c66c840962c9ce09f16bc445584094584c598505d5ffee53144d6c86c1cf4c6b576978ba8f61aa539d9c076c02e4f14eeb7178e0042f55d225bf
|
|
7
|
+
data.tar.gz: f6204520aa1e12d1cc84fc5a3ce454e355c42b70c09091b1c0702609f48844a52cf844ae14187d614632bfbb1f87eb6d0a0aed812e4a55611fb4812c35a301fe
|
data/lib/smsconnect/version.rb
CHANGED
data/smsconnect.gemspec
CHANGED
|
@@ -8,7 +8,7 @@ Gem::Specification.new do |spec|
|
|
|
8
8
|
spec.version = Smsconnect::VERSION
|
|
9
9
|
spec.authors = ["Pavel Ryznar"]
|
|
10
10
|
spec.email = ["pryznar@gmail.com"]
|
|
11
|
-
spec.summary = %q{Send and receive SMS with
|
|
11
|
+
spec.summary = %q{Send and receive SMS with Ruby (for Czech Republic)}
|
|
12
12
|
spec.homepage = ""
|
|
13
13
|
spec.license = "MIT"
|
|
14
14
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smsconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Pavel Ryznar
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-04-
|
|
11
|
+
date: 2017-04-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|
|
@@ -80,5 +80,5 @@ rubyforge_project:
|
|
|
80
80
|
rubygems_version: 2.6.11
|
|
81
81
|
signing_key:
|
|
82
82
|
specification_version: 4
|
|
83
|
-
summary: Send and receive SMS with
|
|
83
|
+
summary: Send and receive SMS with Ruby (for Czech Republic)
|
|
84
84
|
test_files: []
|