auto_bundle_install 0.0.1 → 0.0.2

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.
data/Gemfile CHANGED
@@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
 
3
3
  # Specify your gem's dependencies in auto_bundle_install.gemspec
4
4
  gemspec
5
+
6
+ gem 'watchr'
@@ -6,7 +6,7 @@ require 'auto_bundle_install/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "auto_bundle_install"
8
8
  spec.version = AutoBundleInstall::VERSION
9
- spec.authors = ["virtax"]
9
+ spec.authors = ["Dmitriy Partsyrniy"]
10
10
  spec.email = ["liks@mail.ru"]
11
11
  spec.description = "Automatically run 'bundle install'"
12
12
  spec.summary = "Automatically run 'bundle install' from your Sinatra/Rails application"
@@ -1,3 +1,3 @@
1
1
  module AutoBundleInstall
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
metadata CHANGED
@@ -1,11 +1,11 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: auto_bundle_install
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
8
- - virtax
8
+ - Dmitriy Partsyrniy
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []