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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e49d4e6c02f51d81add0edcd5bd80f6fd3def10d
4
- data.tar.gz: 4324b6c8a1632515f26657f87022b06d4974cb02
3
+ metadata.gz: 2d7e32c93bfba798257284cb77a7083b07ec2475
4
+ data.tar.gz: 0b89f0c3c3fdbfa9ee5c2de3444d8d04f0988ea8
5
5
  SHA512:
6
- metadata.gz: 87a27b8f7cd5f9f2ceee6516aa24a56a295a30593a4c1e3b07ae49d20aeb50481bc30d57f1351370a2d65e070ad720ad8ca45ba6696a4df287def080e5c08ae0
7
- data.tar.gz: 9aca2e29422f962f40e578f3c9f968283bd07950ac05e81041d0e9e8d0e3a72c3e6ba79bbc05cf125b31cd3c282d522b999301f0235fb5aecac300f76f8c82e0
6
+ metadata.gz: 603aa85c8430d9869f9ca8f86c5717ed5f675155d9f6ec845677d2c65722e11afc10a14094ffc3c3ac9438da3bb8e197b70f33b707c1b13af28643e79b4795b7
7
+ data.tar.gz: f6b6e13baaa36fabfe1055bf46ba6b0b50c5c00af379436f60396e402e7da9f4b13d2073bf9372d83fd5e10c65bb1513f3bdf240a141186e94e974d6090c8e68
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Msg91ruby
2
2
 
3
- TODO: Write a gem description
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/RajeshReddyM/msg91ruby/fork )
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`)
@@ -17,7 +17,7 @@ module Msg91ruby
17
17
  def modify_gitignore
18
18
  append_to_file '.gitignore' do
19
19
  "\n" +
20
- "config/settings/*api.yml\n"
20
+ "config/settings/*_settings.yml\n"
21
21
  end
22
22
  end
23
23
  end
@@ -1,3 +1,3 @@
1
1
  module Msg91ruby
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
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.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-17 00:00:00.000000000 Z
11
+ date: 2014-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler