msg91ruby 1.0.0 → 1.0.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 +4 -4
- data/README.md +2 -2
- data/lib/generators/msg91ruby/install_generator.rb +1 -1
- data/lib/msg91ruby/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d7e32c93bfba798257284cb77a7083b07ec2475
|
4
|
+
data.tar.gz: 0b89f0c3c3fdbfa9ee5c2de3444d8d04f0988ea8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 603aa85c8430d9869f9ca8f86c5717ed5f675155d9f6ec845677d2c65722e11afc10a14094ffc3c3ac9438da3bb8e197b70f33b707c1b13af28643e79b4795b7
|
7
|
+
data.tar.gz: f6b6e13baaa36fabfe1055bf46ba6b0b50c5c00af379436f60396e402e7da9f4b13d2073bf9372d83fd5e10c65bb1513f3bdf240a141186e94e974d6090c8e68
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Msg91ruby
|
2
2
|
|
3
|
-
|
3
|
+
A Ruby Gem to communicate with Msg91 Api to send Messages
|
4
4
|
|
5
5
|
## Installation
|
6
6
|
|
@@ -40,7 +40,7 @@ You can generate a Yaml file to store the Sms Settings required for your applica
|
|
40
40
|
|
41
41
|
## Contributing
|
42
42
|
|
43
|
-
1. Fork it ( https://github.com/
|
43
|
+
1. Fork it ( https://github.com/deeproot/msg91ruby/fork )
|
44
44
|
2. Create your feature branch (`git checkout -b my-new-feature`)
|
45
45
|
3. Commit your changes (`git commit -am 'Add some feature'`)
|
46
46
|
4. Push to the branch (`git push origin my-new-feature`)
|
data/lib/msg91ruby/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: msg91ruby
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- rajesh
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-06-
|
11
|
+
date: 2014-06-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|