headingify 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.rdoc +2 -6
  3. data/lib/headingify/info.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 762493d8d9730bb651360d163173586961bf5522
4
- data.tar.gz: c5b5709abc406ac6fa876d38e9b5b34b3ba85861
3
+ metadata.gz: b97ea1b5b36134d9b1d875101185c7d29d6219cb
4
+ data.tar.gz: d4a239dcd6f1ba9f7c96261782682c3d790b6aef
5
5
  SHA512:
6
- metadata.gz: da261fcc9eb783099d1a956e079dc73f9b70333f3a6e38f419301812f1b65a4d6586982902f91458380cd73f4128b6ac099af38f36580deb6462ad28e6f6f79e
7
- data.tar.gz: f2c66c3c639d365879eba9dd4253b5f2c2beab54a611d03d01d39e0980749cf7c9ef2ebd771c534c4644813e5a7e2f2667edd58ed4d8b459df6676e14b7cbfa3
6
+ metadata.gz: c9e3b45d7e0575f781947e3e84260638f471e0fbd258daf5e317e898dd313151c10a6e0202a329495bb0a95c5e45bed6ca5f205f22b7a0714b97fbc1356477e7
7
+ data.tar.gz: b53cc765513c7111d2a6d255109c6f7ced8a41d3aadeae60057968f29400d383a3ecdda769a86f38b87f56824b122187807985a9723d30add8f608a1b4b850c2
data/README.rdoc CHANGED
@@ -38,11 +38,7 @@ Headingify works on the String class, and can also be used in code:
38
38
  Headingify is released under the MIT license:
39
39
 
40
40
  * http://www.opensource.org/licenses/MIT
41
-
41
+
42
42
  == Contributing
43
43
 
44
- 1. Fork it (https://github.com/vulcancreative/headingify/fork)
45
- 2. Create your feature branch (`git checkout -b my-new-feature`)
46
- 3. Commit your changes (`git commit -am 'Add some feature'`)
47
- 4. Push to the branch (`git push origin my-new-feature`)
48
- 5. Create a new Pull Request
44
+ Currently looking for help with i18n. If you have an adept knowledge of articles, conjunctions, prepositions, and grammatical syntax in non-English languages, you are encouraged to contribute.
@@ -1,6 +1,6 @@
1
1
  module Headingify
2
2
  TITLE = "Ruby String.headingify Core Extension"
3
- VERSION = "1.0.7"
3
+ VERSION = "1.0.8"
4
4
  UPDATE = "2014-11-19"
5
5
  REVISION = "31"
6
6
  USAGE = "headingify \"string\" | \"an \\%ESCAPED\\% string\""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: headingify
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Calo