bindi 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/.gitignore +1 -0
  2. data/lib/bindi.rb +2 -2
  3. data/lib/bindi/version.rb +1 -1
  4. metadata +1 -1
data/.gitignore CHANGED
@@ -2,6 +2,7 @@
2
2
  *.rbc
3
3
  .bundle
4
4
  .config
5
+ .rbx/
5
6
  .yardoc
6
7
  Gemfile.lock
7
8
  InstalledFiles
data/lib/bindi.rb CHANGED
@@ -1,7 +1,7 @@
1
1
  require 'ohm'
2
- require 'namaste/version'
2
+ require 'bindi/version'
3
3
 
4
- module Namaste
4
+ module Bindi
5
5
  class << self
6
6
  def connect
7
7
  Ohm.connect
data/lib/bindi/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Bindi
2
- VERSION = '0.0.2'
2
+ VERSION = '0.0.3'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bindi
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: