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.
- checksums.yaml +4 -4
- data/README.md +3 -3
- data/lib/haller/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d8c5053c67159879990aae8955ba4107182f4434
|
4
|
+
data.tar.gz: 0dc02f3d064e55c75a0131f9111872084f15c25e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
```
|
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
|
-
|
23
|
+
"Can Vural".to_hal('e') # Can Vural'a
|
24
24
|
|
25
25
|
## Contributing
|
26
26
|
|
27
|
-
1. Fork it ( https://github.com/
|
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`)
|
data/lib/haller/version.rb
CHANGED