geezify-rb 0.2.0 → 0.2.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d3d4be641f367163614c326eafa00d76444bf559a84853dd4a3b5a33c14d486b
4
- data.tar.gz: 372a733aabb98cc80ecc9280ee180381340d8f9035e6c6dae8a9b84e25f3b6c3
3
+ metadata.gz: 7642305f28879bd30bfbea0e86e20f5ee3895dbb5618ae3a066ce709b6f2bee4
4
+ data.tar.gz: 047bd53fadb643e05c3af6e70f3b1e519be5f7a0d5bb2b6ef215c9f3bb770805
5
5
  SHA512:
6
- metadata.gz: e3764d7545e356997eb5182a6f007467e60ee907376043affc78b972726cae78311329dbcff65b79a1260df1f83a7854d1d826813e79ae680a41159ba719a81d
7
- data.tar.gz: 412754d812522c2aa0557f9039b116d9d200bc2d1927c111a3f205f478b26582439b0e1cc97ccd91f19e57b24e2bcba4d4394836da7de2a270a01f0d824de750
6
+ metadata.gz: 041ff45ab287c6dbf8769b766c69d1ea6ae66fcf1800ea37f0cf18427a72e670c372f05c2e9379269e7cb129899c6858a48ea7bb5eb6f2c823317d4eeba3d470
7
+ data.tar.gz: 2e7a6d172900b89620dc1a86bf99b6ff40d0559a81b69e4059b5e5d7477f43e05d1f4c55d3d008fd7d67073470bf5dff9a9cd780b20b97acd0273ff5d48a8781
data/bin/console ADDED
@@ -0,0 +1,14 @@
1
+ #!/usr/bin/env ruby
2
+
3
+ require "bundler/setup"
4
+ require "geezify-rb"
5
+
6
+ # You can add fixtures and/or initialization code here to make experimenting
7
+ # with your gem easier. You can also use a different console, if you like.
8
+
9
+ # (If you use this, don't forget to add pry to your Gemfile!)
10
+ # require "pry"
11
+ # Pry.start
12
+
13
+ require "irb"
14
+ IRB.start(__FILE__)
data/bin/setup ADDED
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env bash
2
+ set -euo pipefail
3
+ IFS=$'\n\t'
4
+ set -vx
5
+
6
+ bundle install
7
+
8
+ # Do any other automated setup that you need to do here
@@ -1,3 +1,3 @@
1
1
  module GeezifyRb
2
- VERSION = "0.2.0"
2
+ VERSION = "0.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geezify-rb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Yilkal Argaw
@@ -65,6 +65,8 @@ files:
65
65
  - LICENSE.txt
66
66
  - README.md
67
67
  - Rakefile
68
+ - bin/console
69
+ - bin/setup
68
70
  - geezify-rb.gemspec
69
71
  - lib/geezify-rb.rb
70
72
  - lib/geezify-rb/arabify.rb