pdu_sms 0.1.0 → 0.1.1

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f34b8435129509cbab1543cb0101fa93e625d775
4
- data.tar.gz: 43bb228bf0e9b952ce8f429cb80121e34276fac4
3
+ metadata.gz: dda67c8358eb2b7e49abfe818fa495540692bfe8
4
+ data.tar.gz: 3f24d984c3c7554e7f51271cb07eeb52d43bb947
5
5
  SHA512:
6
- metadata.gz: 17cb43eacb25768c6a4588528bf873673189625bddcbb962ce0e49e8fef7c78fd280c36b82d1668b40b40d7081f12d11799e85406ce53728c0378741d6ebf22b
7
- data.tar.gz: d0f1408ac21dad2960554d46c6b3a621f098ce33e2703328ffc85fad1e9c3623b1e6fd6531fa7b435b5a9b8eabb23272fd577546d0762c55b27bc39f5f3601e6
6
+ metadata.gz: cb9a1dc79da2df05d3abec88bf57292e1d428a28f07b3d83e3313a69111b270cdccfa3433b146efac3dbb619fb08da8d642a778ccfcb05320a7877f562345be2
7
+ data.tar.gz: 78f1536f568a66c8744af9d7ad849e101c5a108280472c3d6d38c7214266272016e6f457ce62db23f96e58bff62ae9cdff07eaab9170a1fd7adda6faa38bf6a7
@@ -1,3 +1,3 @@
1
1
  module PduSms
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
data/pdu_sms.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["schnack.desu@gmail.com"]
11
11
  spec.license = "MTI"
12
12
  spec.summary = %q{PDU SMS coding and decoding library}
13
- spec.description = %q{Look README.md for details}
13
+ spec.description = %q{PDU SMS coding and decoding library}
14
14
  spec.homepage = "https://github.com/schnack/pdu_sms"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pdu_sms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Stolyarov
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-11-26 00:00:00.000000000 Z
11
+ date: 2015-11-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -52,7 +52,7 @@ dependencies:
52
52
  - - ~>
53
53
  - !ruby/object:Gem::Version
54
54
  version: 3.3.0
55
- description: Look README.md for details
55
+ description: PDU SMS coding and decoding library
56
56
  email:
57
57
  - schnack.desu@gmail.com
58
58
  executables: []
@@ -105,8 +105,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
105
105
  version: '0'
106
106
  requirements: []
107
107
  rubyforge_project:
108
- rubygems_version: 2.4.6
108
+ rubygems_version: 2.0.14
109
109
  signing_key:
110
110
  specification_version: 4
111
111
  summary: PDU SMS coding and decoding library
112
112
  test_files: []
113
+ has_rdoc: