rubyc 0.0.1 → 0.0.3

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.
@@ -1,3 +1,6 @@
1
+ require 'thor'
2
+ require 'yaml'
3
+
1
4
  module ::Enumerable
2
5
  def count_by
3
6
  self.inject({}) do |memo, elem|
data/lib/rubyc/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Rubyc
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubyc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 3
10
+ version: 0.0.3
11
11
  platform: ruby
12
12
  authors:
13
13
  - Martin Chabot
@@ -79,7 +79,7 @@ description: Adds Ruby's powers to the command line
79
79
  email:
80
80
  - chabotm@gmail.com
81
81
  executables:
82
- - rubyc.rb
82
+ - rubyc
83
83
  extensions: []
84
84
 
85
85
  extra_rdoc_files: []
@@ -89,7 +89,7 @@ files:
89
89
  - Gemfile
90
90
  - README.rdoc
91
91
  - Rakefile
92
- - bin/rubyc.rb
92
+ - bin/rubyc
93
93
  - lib/rubyc.rb
94
94
  - lib/rubyc/version.rb
95
95
  - rubyc.gemspec