zwr 0.0.7 → 0.0.8

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/zwr +3 -0
  3. data/zwr.gemspec +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2a934b697680382250791625ae548e1c0a0a72ec
4
- data.tar.gz: d7125d6fd3ea07cf53e9cf94f1a854e10d6d1d8c
3
+ metadata.gz: 33e4044f654b39543baa729d4dd8ce91fc4fa5a4
4
+ data.tar.gz: f65aeebe3e72495610fbbc781d67f04c92da0971
5
5
  SHA512:
6
- metadata.gz: 0ae4150c5a2cc71e39073542fbb2ca9b14a0dadefdd18377cb0ac475bf3b90b8a6fd55f76c12520376b11522b6cf2492bccdf738a406cbb22213005ad5af8d3a
7
- data.tar.gz: b585bca2cea4512136d581db79cc9a928ef8fb34c67103f38f236d7dc22a4f430429bc677de56138603392f980a1d227d51ae3a5f4dc15ce656e239b794704a7
6
+ metadata.gz: c3a63d81361cdb8f3c3738db350608df6aefc2f35c3948b2048ed767134bc7d76e3f698be04fc172dc5e8232e25de10483ec22614d8d14959eb96b27d3de47ea
7
+ data.tar.gz: 8f749bdfc1d2aef4efadf35a0c1161cece3748c244404d4e23b2342af46a48f69e3fc2f445a82de73b1498655d5f0cddb85ef544297e594498b13db31b321653
data/bin/zwr CHANGED
@@ -1,6 +1,9 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require 'optparse'
4
+ require 'active_support'
5
+ require 'active_support/core_ext'
6
+ require 'rake'
4
7
 
5
8
  @options = {}
6
9
  OptionParser.new do |opts|
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'zwr'
3
- s.version = '0.0.7'
3
+ s.version = '0.0.8'
4
4
  s.date = '2014-10-26'
5
5
  s.summary = "All the Zwr needs"
6
6
  s.description = "A gem in which I jam what I commonly use."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: zwr
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.7
4
+ version: 0.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Zeljko