bundler-stats 1.1.0 → 1.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 650453abe6418815db38bb8315026008b6282a2e
4
- data.tar.gz: e0c227cb7275fe768990d93289880ddcf8474733
3
+ metadata.gz: f16c01414ce8872063a0967261434b263cf33cc4
4
+ data.tar.gz: 9c3141f3ee4ef9fc9299114060c64f2879c86701
5
5
  SHA512:
6
- metadata.gz: f3b6a623d44ea2ccdd2abc04baf6fc9867ff08f9d47349238fe2491f8167c4cc9223752bb4a0a811dfcda412710f201392ea586a81f27410e9b919bf248b0320
7
- data.tar.gz: 17293fae4fb428291ef79c7a37183ae865a24a3f65e63fca364e01cb6f2f89af29825cb9f7e897ac9ddb1cd09dc0c55cc7b1660cb1e1fdb540fe5e08b9d0b87c
6
+ metadata.gz: 5824c292cbd18a970e2f60841359f3a5f8f5af57ca9f5f2d6138025cfa81663201eeedec0b091381d3e3235aba61e3a78a289a9a47cf85207ef628d0e00a9ac3
7
+ data.tar.gz: ae234d332204c9c9bd643b71fd15a73fc048301868e0085a5c9502c16a34ff4e19d8aae8a0fa1fcc12be97c555c77ee96debefd6e54cf344c32d00e727e0f78f
@@ -1,6 +1,11 @@
1
1
  Changelog
2
2
  =============
3
3
 
4
+ ## [1.1.0] - 2018-03-16
5
+ ### Fixed
6
+
7
+ - Remove unintentional inclusion of pry outside of dev environment
8
+
4
9
  ## [1.1.0] - 2018-03-15
5
10
  ### Added
6
11
 
@@ -1,5 +1,3 @@
1
- require 'pry'
2
-
3
1
  class Bundler::Stats::Tree
4
2
  attr_accessor :tree
5
3
 
@@ -1,6 +1,6 @@
1
1
  module Bundler
2
2
  module Stats
3
3
  # bundler-stats version
4
- VERSION = '1.1.0'
4
+ VERSION = '1.1.1'
5
5
  end
6
6
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bundler-stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joseph Mastey
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-15 00:00:00.000000000 Z
11
+ date: 2018-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler