vintner 1.0 → 1.1

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.
data/CHANGELOG.md CHANGED
@@ -1,2 +1,5 @@
1
+ ## 1.1
2
+ * Fixed typo
3
+
1
4
  ## 1.0
2
5
  * First release
data/README.md CHANGED
@@ -15,7 +15,7 @@ Run following command to create sample of Brewfile!
15
15
  then edit `Brewfile`
16
16
 
17
17
  brew "mecab"
18
- brew "cabocha, :url => "https://raw.github.com/oame/homebrew/master/Library/Formula/cabocha.rb"
18
+ brew "cabocha", :url => "https://raw.github.com/oame/homebrew/master/Library/Formula/cabocha.rb"
19
19
 
20
20
  run `vintner install` or `vintner` to install all of dependencies!
21
21
 
data/bin/vintner CHANGED
@@ -57,8 +57,8 @@ when "init"
57
57
  # Brewfile is created by Vintner(Winemaker)
58
58
  # https://github.com/oame/vintner
59
59
 
60
- brew "nihonshu"
61
- brew "sake", :url => "http://example.com"
60
+ #brew "formula1"
61
+ #brew "formula2", :url => "http://example.com/lib/formula2.rb"
62
62
  EOD
63
63
  end
64
64
  puts "Finish create Brewfile on current directory!"
@@ -1,3 +1,3 @@
1
1
  module Vintner
2
- VERSION = "1.0"
2
+ VERSION = "1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vintner
3
3
  version: !ruby/object:Gem::Version
4
- version: '1.0'
4
+ version: '1.1'
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-07-15 00:00:00.000000000Z
12
+ date: 2012-07-18 00:00:00.000000000Z
13
13
  dependencies: []
14
14
  description: Winemaker for Homebrew
15
15
  email:
@@ -50,9 +50,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
50
50
  version: '0'
51
51
  requirements: []
52
52
  rubyforge_project:
53
- rubygems_version: 1.8.10
53
+ rubygems_version: 1.8.15
54
54
  signing_key:
55
55
  specification_version: 3
56
56
  summary: Winemaker for Homebrew
57
57
  test_files: []
58
- has_rdoc: