midwire_common 0.1.13 → 0.1.14

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: 610b3c6906cff1da83a54ea846a91053db886a99
4
- data.tar.gz: cce85b69aa0979b7ba4d83099409a3cebf958ebc
3
+ metadata.gz: 3c287f516c96b86ffed9811bf83345e6ea81fd37
4
+ data.tar.gz: 2ed25b685f28130a5bbd482e2ca76024ab3900f0
5
5
  SHA512:
6
- metadata.gz: f01eb7ce5297c9c1b99569b9864a136bd58e1614036f007ecc8f5be9f69fd3cdc4f3ebe8592a13eba5385faac9bc5d51cc900d0cf2d5260416e91f01b82581ae
7
- data.tar.gz: 12e6d698c9c448d03d94ec9f052ae0eb62389f7701c7093bd80668898bbbb04b140838c740cb9eb82908ece1f49a342051034372d8c75fe31904a72538a2a2c1
6
+ metadata.gz: 8739b57f7ed6d11fdeb8165341d8e65e2f9cd1634cabb1d34fc7c5925a82ce35d56dacd7d48f3c8230d13c4366feabddd7d7be7de16f1e2e8e663a2306e2bba9
7
+ data.tar.gz: 229cdfb424c9efdb49000cf67e3e4f2cc8c22cb8a35ba72fe24a4d4a8a87851b257c0ae3af7aefeb7a88c4592cfc0005431f71e24aa435b2423a64a714fc6658
data/.ruby-version CHANGED
@@ -1 +1 @@
1
- 2.1.5
1
+ 2.2.0
data/CHANGELOG CHANGED
@@ -1,3 +1,8 @@
1
+ *0.1.14* (March 03, 2015)
2
+
3
+ * Require 'string' for rake task
4
+ * Bump ruby version to 2.2.0
5
+
1
6
  *0.1.13* (January 07, 2015)
2
7
 
3
8
  * Upgrade to Ruby 2.x idiosyncracies, i.e., Fixnum already provides 'odd?', 'even?' methods, so I removed those, etc.
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Midwire Common Gem
2
2
 
3
- **Version: 0.1.13**
3
+ **Version: 0.1.14**
4
4
 
5
5
  A handy Ruby library for Midwire development
6
6
 
@@ -1,6 +1,6 @@
1
1
  original_verbosity = $VERBOSE
2
2
  $VERBOSE = nil
3
3
  module MidwireCommon
4
- VERSION = "0.1.13"
4
+ VERSION = "0.1.14"
5
5
  end
6
6
  $VERBOSE = original_verbosity
@@ -3,6 +3,7 @@ require 'rake'
3
3
  require 'readline'
4
4
  require 'fileutils'
5
5
  require 'pry'
6
+ require 'midwire_common/string'
6
7
 
7
8
  module Bundler
8
9
  class GemHelper
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: midwire_common
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Blackburn
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-08 00:00:00.000000000 Z
11
+ date: 2015-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec
@@ -201,7 +201,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
201
201
  version: '0'
202
202
  requirements: []
203
203
  rubyforge_project:
204
- rubygems_version: 2.2.2
204
+ rubygems_version: 2.4.5
205
205
  signing_key:
206
206
  specification_version: 4
207
207
  summary: Midwire Ruby Library