story_branch 0.2.8 → 0.2.9

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/story_branch.rb +2 -2
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: dfb03c2e2971ef4d7821325027d126506ec4d02c
4
- data.tar.gz: de96f85c513ad4ec77f7bd058e7954edd0658446
3
+ metadata.gz: 94643738fef3522b3b25e155848a52e9bcf83ce5
4
+ data.tar.gz: 84f349af0a2f0772e11233fcf0e259cb22272aed
5
5
  SHA512:
6
- metadata.gz: 9a326ba3d7ff1913aa8ba33af7519548b512d111a74c64899170190d533b5608726ee4800343210a22076cb908974e57cb7377cb9c3e82be88507bbebba58281
7
- data.tar.gz: 2d8d4811aa52d7eb47bed0fa185f7424a54137f905b9d0e70b602586dc82856f489895acf7d3b5839e213e2bf587fb924f38d961d8af13f6f9cdebce58f93a52
6
+ metadata.gz: e4e18c541709a138b85234b37b42f07e03236b027fb889a58bb55afe370c27dea694c613cd81c2b1c029cda9d4949188eb7c0df1b55fb35d4311ff1099f773a4
7
+ data.tar.gz: b7bf94918f1fb6b4c667f0b23d5b2185b81e47eef21e8fa98711bf38ec1cf45353ab1ed23884d0da4325af6317fd542ac9ccb9147f097efd31fe42bc3621846a
data/lib/story_branch.rb CHANGED
@@ -6,7 +6,7 @@
6
6
  # Ranhiru Cooray <ranhiru@gmail.com>
7
7
  # Gabe Hollombe <gabe@neo.com>
8
8
  #
9
- # Version: 0.2.8
9
+ # Version: 0.2.9
10
10
  #
11
11
  # ## Description
12
12
  # A small collection of tools for working with git branches and Pivotal
@@ -237,7 +237,7 @@ module StoryBranch
237
237
  end
238
238
 
239
239
  def self.strip_newlines s
240
- s.tr '\n', '-'
240
+ s.tr "\n", '-'
241
241
  end
242
242
 
243
243
  def self.undashed s
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: story_branch
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.8
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jason Milkins