gem-local 0.2.2 → 0.2.3

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
  SHA1:
3
- metadata.gz: 8f21b08ab045507ed565cc1827bfac27449ffec5
4
- data.tar.gz: 054cc0db137c6598ae682cf198540ed54259663f
3
+ metadata.gz: b1dc79fc745772b682804ede5ad6ac1fb805b167
4
+ data.tar.gz: 23ee7825c523c10ff03e386e2222acd8dbbe440f
5
5
  SHA512:
6
- metadata.gz: 83792260f2ef1e3eff99c6db622db749418b1246c418edefeba4c3424131ff7d0330921fa80896d7cc4c5bdaba3361989aa5a6773edaffa5df049a2b1b04d7d0
7
- data.tar.gz: 0f06803aa604412f33115f6454c4f5d852b348da2d79cfca73e7c848b9dc9d963d09a510e2487b5c49ca100b317d0ca061191e1b7b2d167a8d69cfaf788bee6f
6
+ metadata.gz: ee35323faf6dbfd6a8dfd5303b607cf9b71f3e99c9280dc3052665d28109d37b9a5a6c3db0514b0ac48db2eee2c790d6a5a94683ae7026c806ea45d4a63d5c36
7
+ data.tar.gz: ccec11da90330e3059b6d86f499b1bdfd96746cabf467d6b143b54ccc338751a8ce0a20b0378cdab8698939358965f67c204c28f43db91727b2af4484335c408
data/gem-local.gemspec CHANGED
@@ -18,8 +18,8 @@ Gem::Specification.new do |spec|
18
18
  spec.bindir = "exe"
19
19
  spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
20
20
  spec.require_paths = ["lib"]
21
-
22
- spec.post_install_message = "Make sure to add artifacts (#{Gem::Commands::LocalCommand::ARTIFACTS.join(", ")}) to your project's .gitignores by running `gem local install`"
21
+
22
+ spec.post_install_message = "Run `gem local install` to add artifacts (#{Gem::Commands::LocalCommand::ARTIFACTS.join(", ")}) to .gitignore files"
23
23
 
24
24
  spec.add_development_dependency "bundler", "~> 1.11"
25
25
  spec.add_development_dependency "rake", "~> 10.0"
@@ -2,6 +2,6 @@ require 'rubygems/command'
2
2
 
3
3
  class Gem::Commands::LocalCommand < Gem::Command
4
4
 
5
- VERSION = "0.2.2"
5
+ VERSION = "0.2.3"
6
6
 
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gem-local
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Keele
@@ -60,8 +60,8 @@ files:
60
60
  homepage:
61
61
  licenses: []
62
62
  metadata: {}
63
- post_install_message: Make sure to add artifacts (.bundle, .gemlocal) to your project's
64
- .gitignores by running `gem local install`
63
+ post_install_message: Run `gem local install` to add artifacts (.bundle, .gemlocal)
64
+ to .gitignore files
65
65
  rdoc_options: []
66
66
  require_paths:
67
67
  - lib