diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..86339a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.gem \ No newline at end of file diff --git a/Gemfile b/Gemfile index d7147e2..a98d77b 100644 --- a/Gemfile +++ b/Gemfile @@ -1 +1,3 @@ +source "https://rubygems.org" + gem 'notifaction' \ No newline at end of file diff --git a/lib/version.rb b/lib/version.rb index 345b3d1..062ee61 100644 --- a/lib/version.rb +++ b/lib/version.rb @@ -1,3 +1,3 @@ module AmIBlocked - VERSION = '0.0.1' + VERSION = '0.0.2' end \ No newline at end of file