birth_control 0.0.3 → 0.0.4

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: 71a1022367f18a0c15b87d903ba788001a3c82cc
4
- data.tar.gz: 08f5c1504c63d8465447c494b1d97a0232e2a63e
3
+ metadata.gz: f1ffc6ae81c2c074c294aeed40345253bca5af62
4
+ data.tar.gz: eb28440f250f7e976484d4429365b30da967e8d9
5
5
  SHA512:
6
- metadata.gz: e1099a79a616f41d3dcfbef4b3e92d365d5f4ae2e08632fa66e645d89f35bface42bfdce3dcae9a72ab5630b65b537968953f8692c8e8496ec10395b9efcb9e0
7
- data.tar.gz: 71d504aa7728731ec6805e1a981378486a1c40a39214a6fd0f737c2e52133448fc98cc5cc739d87f50d6249644afb8d90873bf5bf74753061b3a8553fed3ca17
6
+ metadata.gz: 94926b21726cd2069a101b09395d2ef5f4d68a5ee38b535ca80e9a133bc4ae8490844d9034cf89d427ca3642300111e33a62279d0279c113e8c3e26df0311ae4
7
+ data.tar.gz: bf152e20d70fe3a5b741adc8add91dc868fbada1f97eeff7822dbe5dba6be2d52c92bc77c4ae303bdcfc5a69f55d27e29263809ad638ee698a28bcb7d595fcdf
data/lib/birth_control.rb CHANGED
@@ -1,5 +1,4 @@
1
1
  require 'active_support'
2
- require 'terminal-table'
3
2
  require 'singleton'
4
3
 
5
4
  module BirthControl
@@ -1,3 +1,3 @@
1
1
  module BirthControl
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: birth_control
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Johannes Opper
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-11-18 00:00:00.000000000 Z
11
+ date: 2013-11-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: actionpack