formula 0.1.8 → 0.1.9

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile +1 -0
  2. data/Rakefile +2 -0
  3. data/lib/formula/version.rb +1 -1
  4. metadata +5 -3
data/Gemfile ADDED
@@ -0,0 +1 @@
1
+ source 'http://rubygems.org'
data/Rakefile ADDED
@@ -0,0 +1,2 @@
1
+ require 'bundler'
2
+ Bundler::GemHelper.install_tasks
@@ -1,3 +1,3 @@
1
1
  module Formula
2
- VERSION = "0.1.8"
2
+ VERSION = "0.1.9"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 8
9
- version: 0.1.8
8
+ - 9
9
+ version: 0.1.9
10
10
  platform: ruby
11
11
  authors:
12
12
  - Kevin Sylvestre
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-12-30 00:00:00 -05:00
17
+ date: 2011-01-03 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies: []
20
20
 
@@ -33,6 +33,8 @@ files:
33
33
  - lib/formula.rb
34
34
  - README.rdoc
35
35
  - LICENSE
36
+ - Gemfile
37
+ - Rakefile
36
38
  has_rdoc: true
37
39
  homepage: http://github.com/ksylvest/formula
38
40
  licenses: []