limerickify 0.1.1 → 0.1.2

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: 4ca8cf4dbb604631d74cd9e2ceabfaf673f8bfa7
4
- data.tar.gz: 08357f1b8167e7a98fc94e4bf2ae39c461ab0e65
3
+ metadata.gz: 1b8cb71b6b9dad648b9d67dabac7c063bc31960f
4
+ data.tar.gz: 1d397f4a65bb4d03b4f01799c1760c17ea0e00a6
5
5
  SHA512:
6
- metadata.gz: 0c6d85dbccde67b12e83ed6c415d7cef5c1e8eaf5a802bc903650b2af9386a88a3675aba08670af60cdeaa994beaa82ad9adb40e53a0f57443d0b304bdcb8ea1
7
- data.tar.gz: 0b9a71352d9b7bfe3d425b98d7c93cf6ae677a09e9261053386b2b47d9b7e113f598437e53ee0e47e70237b1f6c141ce027961135773c5ddaacaab23c6271a4e
6
+ metadata.gz: c92a38fb46b2e7832e554ca7fe9722b5bfb1082277230dcc1aeb1f3a4c948e54c56035a99c6556e05babb06c52c0fb737da37d88ebca0945e048dad13d203dac
7
+ data.tar.gz: b447c8fe9d1fec38bba9455c955c3941645b1a51b6d8b5d9c96d7a92125285b965a6baf46694da1dd418c72ccce36d16b7e9b8062492fd29d065d9d845c2cfb2
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Limerickify
2
2
 
3
- Ever wished you application could translate itself into Limerick speak? Well neither did I but here it is anyway.
3
+ Ever wished your application could translate itself into Limerick speak? Well neither did I but here it is anyway.
4
4
 
5
5
  Convert English to the beautiful and distinct Limerick variant of English.
6
6
 
@@ -25,17 +25,18 @@ Or install it yourself as:
25
25
  ## Usage
26
26
 
27
27
  Limerickify.translate('runners') #=> 'tackies'
28
+
28
29
  Limerickify.translate('hello') #=> 'well sham'
29
30
 
30
31
  ## TODO
31
32
  - [x] Simple translation. Translates word by word.
32
- - [] Translate complex sentences.
33
- - [] Reinstate punctuations in translation.
34
- - [] Reinstate capital letters in translation.
35
- - [] Railties
36
- - [] Allow for an overide yaml file in a rails locale.
37
- - [] Rake task to create translation file (i.e. translate Devise locale file and build a new one.)
38
- - [] Rake task to destructively overwrite file with translation.
33
+ - [ ] Translate complex sentences.
34
+ - [ ] Reinstate punctuations in translation.
35
+ - [ ] Reinstate capital letters in translation.
36
+ - [ ] Railties
37
+ - [ ] Allow for an overide yaml file in a rails locale.
38
+ - [ ] Rake task to create translation file (i.e. translate Devise locale file and build a new one.)
39
+ - [ ] Rake task to destructively overwrite file with translation.
39
40
 
40
41
  ## Development
41
42
 
@@ -44,6 +45,7 @@ After checking out the repo, run `bin/setup` to install dependencies. Then, run
44
45
  To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
45
46
 
46
47
  ## Contributing
48
+ Contributions welcome!
47
49
 
48
50
  Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/limerickify. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
49
51
 
@@ -1,3 +1,3 @@
1
1
  module Limerickify
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["john.meehan1@gmail.com"]
11
11
 
12
12
  spec.summary = %q{Translate English to Limerick}
13
- spec.description = %q{Translates English test to a Limeick varient of English. }
13
+ spec.description = %q{Translates English text to a Limeick varient of English. }
14
14
  spec.homepage = "https://github.com/johnmeehan/limerickify"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: limerickify
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Meehan
@@ -108,7 +108,7 @@ dependencies:
108
108
  - - "~>"
109
109
  - !ruby/object:Gem::Version
110
110
  version: '1.6'
111
- description: 'Translates English test to a Limeick varient of English. '
111
+ description: 'Translates English text to a Limeick varient of English. '
112
112
  email:
113
113
  - john.meehan1@gmail.com
114
114
  executables: []