SHOUTCLOUD 2.0.0 → 3.0.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56b546ab1d0f0cce794269c4107b077b947bf011
4
- data.tar.gz: c07170d833cdc8a8a14c3b2b8099b9a770d39a15
3
+ metadata.gz: c4184cbae0e11fbbfea8c16d7baa8bc996703cce
4
+ data.tar.gz: 12ce4a7a041dfa4aa4ab8b382963c7091b5d465c
5
5
  SHA512:
6
- metadata.gz: 85170ae94530404f6cdbdb89cda81fc606acd07de92c7bdf1abe4f78a4e035cbf47e0f558c0ba42e4a811323f5a488073e4a07e0678b63239487f82dc24845c8
7
- data.tar.gz: 53a89454dbe908a918d8f074ccbfeb03b213f2d3e1b9085d1b2eeeff69c2461ed24b29db33dbe441c712eece0cc50614daf18f2550299462ab8ba09b7e835f38
6
+ metadata.gz: fad4c40b6919e7b42b25935cff6f70e88e5830e03b854c92ad19cc20eeb38a5d35a3e5ada71962630f60696dc53a3bba52cab21e2f36f33388a419147455a41c
7
+ data.tar.gz: f59e9cb75e10f2254ae56e0d13c717b9e0e8b6987cbfe95ee8835d40a8ca82ee5c20a14b25931884843f69ca6f0b37f4556ecb6926a198068039dcf4e6ae3c18
data/Gemfile CHANGED
@@ -1,4 +1,4 @@
1
1
  source 'https://rubygems.org'
2
2
 
3
- # Specify your gem's dependencies in SHOUTCLOUD.gemspec
3
+ # SPECIFY YOUR GEM'S DEPENDENCIES IN SHOUTCLOUD.GEMSPEC
4
4
  gemspec
@@ -1,17 +1,17 @@
1
- Copyright (c) 2014 John Barton (joho)
1
+ COPYRIGHT (C) 2014 JOHN BARTON (JOHO)
2
2
 
3
- MIT License
3
+ MIT LICENSE
4
4
 
5
- Permission is hereby granted, free of charge, to any person obtaining
6
- a copy of this software and associated documentation files (the
7
- "Software"), to deal in the Software without restriction, including
8
- without limitation the rights to use, copy, modify, merge, publish,
9
- distribute, sublicense, and/or sell copies of the Software, and to
10
- permit persons to whom the Software is furnished to do so, subject to
11
- the following conditions:
5
+ PERMISSION IS HEREBY GRANTED, FREE OF CHARGE, TO ANY PERSON OBTAINING
6
+ A COPY OF THIS SOFTWARE AND ASSOCIATED DOCUMENTATION FILES (THE
7
+ "SOFTWARE"), TO DEAL IN THE SOFTWARE WITHOUT RESTRICTION, INCLUDING
8
+ WITHOUT LIMITATION THE RIGHTS TO USE, COPY, MODIFY, MERGE, PUBLISH,
9
+ DISTRIBUTE, SUBLICENSE, AND/OR SELL COPIES OF THE SOFTWARE, AND TO
10
+ PERMIT PERSONS TO WHOM THE SOFTWARE IS FURNISHED TO DO SO, SUBJECT TO
11
+ THE FOLLOWING CONDITIONS:
12
12
 
13
- The above copyright notice and this permission notice shall be
14
- included in all copies or substantial portions of the Software.
13
+ THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE
14
+ INCLUDED IN ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE.
15
15
 
16
16
  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
17
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
data/README.md CHANGED
@@ -1,29 +1,29 @@
1
1
  # SHOUTCLOUD
2
2
 
3
- TODO: Write a gem description
3
+ TODO: WRITE A GEM DESCRIPTION
4
4
 
5
- ## Installation
5
+ ## INSTALLATION
6
6
 
7
- Add this line to your application's Gemfile:
7
+ ADD THIS LINE TO YOUR APPLICATION'S GEMFILE:
8
8
 
9
9
  gem 'SHOUTCLOUD'
10
10
 
11
- And then execute:
11
+ AND THEN EXECUTE:
12
12
 
13
13
  $ bundle
14
14
 
15
- Or install it yourself as:
15
+ OR INSTALL IT YOURSELF AS:
16
16
 
17
17
  $ gem install SHOUTCLOUD
18
18
 
19
- ## Usage
19
+ ## USAGE
20
20
 
21
- TODO: Write usage instructions here
21
+ TODO: WRITE USAGE INSTRUCTIONS HERE
22
22
 
23
- ## Contributing
23
+ ## CONTRIBUTING
24
24
 
25
- 1. Fork it ( http://github.com/<my-github-username>/SHOUTCLOUD/fork )
26
- 2. Create your feature branch (`git checkout -b my-new-feature`)
27
- 3. Commit your changes (`git commit -am 'Add some feature'`)
28
- 4. Push to the branch (`git push origin my-new-feature`)
29
- 5. Create new Pull Request
25
+ 1. FORK IT ( HTTP://GITHUB.COM/<MY-GITHUB-USERNAME>/SHOUTCLOUD/FORK )
26
+ 2. CREATE YOUR FEATURE BRANCH (`git checkout -b MY-NEW-FEATURE`)
27
+ 3. COMMIT YOUR CHANGES (`git commit -am 'ADD SOME FEATURE'`)
28
+ 4. PUSH TO THE BRANCH (`git push origin MY-NEW-FEATURE`)
29
+ 5. CREATE NEW PULL REQUEST
@@ -1,3 +1,3 @@
1
1
  module SHOUTCLOUD
2
- VERSION = "2.0.0"
2
+ VERSION = "3.0.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: SHOUTCLOUD
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.0
4
+ version: 3.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - JOHN BARTON
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-29 00:00:00.000000000 Z
11
+ date: 2014-11-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler