bb-flow 0.1.0 → 0.1.1

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: 4aa0d7d44a2b105073dccd71ae17aa7276447fef
4
- data.tar.gz: 68f380edd8dd3a5dbd7da6666f5e172048bc4f0f
3
+ metadata.gz: abdb59e36cfe13fa77cb8a9f0b86d686aee3a495
4
+ data.tar.gz: b6aafdcb1349ed7412cc6d55d5756d9872ef4855
5
5
  SHA512:
6
- metadata.gz: d0cccdd262c828455900d03245a5693037aef291d5e74567fd7651fead5ce62f00ab56b2a845c9c0924d941be25ea3ea0ff616a9068cfeca94630021a499ca70
7
- data.tar.gz: 880d912266652986830fe373f44150289f23902649bf93dd4ffd4c4627f4f378b81f774263e76f3b12c2e48446743df1d5213b4241930adfdaee5121a96fa0a9
6
+ metadata.gz: a0d50385d5dbc0675421b00487fa1ad1fbb638486c2b1fb803867d242297de9b9f7ce2aaf18b18389adb9c219b5f1a7b0b9131a47106d1b5dcddeaa679a44d69
7
+ data.tar.gz: 94310d5673a007b61d7740c98a159b0a1f7a631592043e82e8c7d9ff88ae5d66bbc570460a1737d7476b52a92ccd9fb847aacf9e04fc613d332a3ee065559ca1
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- bb-flow (0.1.0)
4
+ bb-flow (0.1.1)
5
5
  ansi-select (~> 0.2.5)
6
6
  colorize (~> 0.7.7)
7
7
  git (~> 1.2.9.1)
data/README.md CHANGED
@@ -2,11 +2,7 @@ A command line utility, which was born to simplify routines required by the Brig
2
2
 
3
3
  ## Installation
4
4
 
5
-
6
- git clone git@github.com:brightbytes/bb-flow.git
7
- cd bb-flow
8
- # At this point choose the correct ruby version and gemset to install to, if you use RVM.
9
- rake install
5
+ gem i bb-flow
10
6
 
11
7
  ## Usage
12
8
 
@@ -9,7 +9,7 @@ module BBFlow
9
9
 
10
10
  # Current patch level.
11
11
  # @return [String]
12
- PATCH = 0
12
+ PATCH = 1
13
13
 
14
14
  # Full release version.
15
15
  # @return [String]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bb-flow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - gregolsen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-11 00:00:00.000000000 Z
11
+ date: 2015-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ansi-select