haller 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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/lib/haller/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 40dcbe28051afcaae3d41763707794600140bc57
4
- data.tar.gz: 8ef49e0470de2f39cb8c4b02301545f446f09312
3
+ metadata.gz: d8c5053c67159879990aae8955ba4107182f4434
4
+ data.tar.gz: 0dc02f3d064e55c75a0131f9111872084f15c25e
5
5
  SHA512:
6
- metadata.gz: 24d8f09619893a91ab9eeba7063c11aa0daa630882b49e529c4299c87b140ef84b6668a27688852e9da877cc7e230ba639798a48727c209f8cf5256924589282
7
- data.tar.gz: 8cac0ed3430bcc7f47835e155861de9f75b25e0f1a8fe79a1c7acbded64243ed528152533def4ed0340a52ff789ab3925c96d572ca7e7bc5b5de81788f0c0227
6
+ metadata.gz: 8f435e6e95bd0308b59d3adade6f82c568b9e05fd45748e1df04fd074c62fa713437d5492fd1cf745d61c670e768ffeeedc9400af144e28099e97950c217a2d7
7
+ data.tar.gz: fe5898a91fd93a687934903375df9e045f9a6e791122e13f19babb909071ccef22fdedfe1dfe4d5a6e8b5ffc7c575a455b9be9083bc08d531e1bfebb09f72e31
data/README.md CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  Add this line to your application's Gemfile:
8
8
 
9
- ```ruby
9
+ ```
10
10
  gem 'haller'
11
11
  ```
12
12
 
@@ -20,11 +20,11 @@ Or install it yourself as:
20
20
 
21
21
  ## Usage
22
22
 
23
- TODO: Write usage instructions here
23
+ "Can Vural".to_hal('e') # Can Vural'a
24
24
 
25
25
  ## Contributing
26
26
 
27
- 1. Fork it ( https://github.com/Kobayakawa/Haller.rb/fork )
27
+ 1. Fork it ( https://github.com/canvural/Haller.rb/fork )
28
28
  2. Create your feature branch (`git checkout -b my-new-feature`)
29
29
  3. Commit your changes (`git commit -am 'Add some feature'`)
30
30
  4. Push to the branch (`git push origin my-new-feature`)
@@ -1,3 +1,3 @@
1
1
  module Haller
2
- VERSION = "1.0.0"
2
+ VERSION = "1.0.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: haller
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
  - canvural