hash_dot 0.0.1 → 1.0.0

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.md +0 -2
  3. data/lib/hash_dot/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 9c3646d819047367dbb9b6fc8f2673344e865d42
4
- data.tar.gz: 1cb4c2fc31804898b5e683b0bdd8c3c4b0b0ee08
3
+ metadata.gz: 2a6e045e5ade1404d4e85300e3ecc4455860e499
4
+ data.tar.gz: c847967cc0e5063b6ac825ba3da135bdab9cccb8
5
5
  SHA512:
6
- metadata.gz: a5d2d8b6b96df06068f28050cc02a5afc40d6cd38f388574fcce3246d0acb60b12cbf0d5555aef5595845f020225086c378ee919cad4f11e0edaa8b40628ffc5
7
- data.tar.gz: f0b1bac6c0d60c5c994d5e4e0ca5257902edb5cfb6c6deb47f2eb4e61fb7da9f69525f804bb779f7f600bcb09ad37ac699d7649c90bc24a5923d42f288b69265
6
+ metadata.gz: a73bf2ca4e4977e8e9c180df33fd2468a0863144653b9b5608bf26f7568ded483fb22ada7b04dbd2df435775b56bc796cd12be2cd8c3e4986039a94eb217b845
7
+ data.tar.gz: 191181c73c3eda75736d3d5a8967f9ea78facea5144268a9a4abe6b3007700f48c5451965e6cdf53da4502991b8a176fbde607cd42c4a2e9a30f2262f9ce5ce0
data/README.md CHANGED
@@ -1,7 +1,5 @@
1
1
  # HashDot
2
2
 
3
- This gem is in progress - Feel free to check out the code on [this gist](https://gist.github.com/adsteel/11b76c36a00ab73d9775)
4
-
5
3
  HashDot allows you to call your Ruby hash properties with a dot syntax. Simply include the gem in your project and starting using the dot syntax.
6
4
 
7
5
  ```ruby
@@ -1,3 +1,3 @@
1
1
  module HashDot
2
- VERSION = "0.0.1"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hash_dot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Steel