Skip to content

Commit

Permalink
Albacore 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
haf committed Sep 26, 2014
1 parent 27358b9 commit f2a03c3
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 39 deletions.
10 changes: 4 additions & 6 deletions Gemfile
@@ -1,6 +1,4 @@
source "http://rubygems.org"

gem 'rake'
gem 'albacore', :git => 'https://github.com/Albacore/albacore.git', :branch => 'clean_slate'
gem 'semver2'
gem 'bundler'
source "http://rubygems.org"

# gem 'albacore', :git => 'https://github.com/Albacore/albacore.git', :branch => 'clean_slate'
gem 'albacore', '~> 2.0.0'
45 changes: 12 additions & 33 deletions Gemfile.lock
@@ -1,42 +1,21 @@
GIT
remote: https://github.com/Albacore/albacore.git
revision: 10948054d69797d3062e2983d1ad588b5131e46e
branch: clean_slate
specs:
albacore (2.0.0.rc.2)
ProcessPilot (~> 2.0)
facter (~> 1.7)
highline (~> 1.6)
map (~> 6.5)
nokogiri (~> 1.5)
rake (> 10)
rubyzip (= 0.9.9)
semver2 (~> 3.3)

GEM
remote: http://rubygems.org/
specs:
ProcessPilot (2.0.0.20120301)
rUtilAnts (>= 1.0)
facter (1.7.3)
highline (1.6.20)
map (6.5.1)
mini_portile (0.5.2)
nokogiri (1.6.0)
mini_portile (~> 0.5.0)
nokogiri (1.6.0-x86-mingw32)
mini_portile (~> 0.5.0)
rUtilAnts (2.0.0.20130827)
rake (10.1.0)
rubyzip (0.9.9)
semver2 (3.3.2)
albacore (2.0.16)
map (~> 6.5)
nokogiri (~> 1.5)
rake (~> 10)
semver2 (~> 3.4)
map (6.5.5)
mini_portile (0.6.0)
nokogiri (1.6.3.1)
mini_portile (= 0.6.0)
rake (10.3.2)
semver2 (3.4.0)

PLATFORMS
ruby
x86-mingw32

DEPENDENCIES
albacore!
bundler
rake
semver2
albacore (~> 2.0.0)

0 comments on commit f2a03c3

Please sign in to comment.