Skip to content

Commit

Permalink
upgraded to Albacore 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaronontheweb committed Sep 6, 2012
1 parent 931608b commit 084306e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 98 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
source 'http://rubygems.org'
source 'http://gemcutter.org'

gem 'albacore'
gem "albacore", "~> 0.3.0"
gem 'version_bumper'
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ GEM
remote: http://rubygems.org/
remote: http://gemcutter.org/
specs:
albacore (0.2.7)
rubyzip (~> 0.9)
albacore (0.3.0)
rubyzip
rubyzip (0.9.9)
version_bumper (0.3.0)

PLATFORMS
x86-mingw32

DEPENDENCIES
albacore
albacore (~> 0.3.0)
version_bumper
1 change: 0 additions & 1 deletion Rakefile.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#-----------------------
require File.expand_path(File.dirname(__FILE__)) + '/buildscripts/project_data'
require File.expand_path(File.dirname(__FILE__)) + '/buildscripts/paths'
require File.expand_path(File.dirname(__FILE__)) + '/buildscripts/albacore_mods.rb'
require File.expand_path(File.dirname(__FILE__)) + '/buildscripts/hircine_task.rb'

#-----------------------
Expand Down
54 changes: 0 additions & 54 deletions buildscripts/albacore_mods.rb

This file was deleted.

39 changes: 0 additions & 39 deletions src/SharedAssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,42 +20,3 @@
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.1.1.0")]
[assembly: AssemblyFileVersion("0.1.1.0")]







































0 comments on commit 084306e

Please sign in to comment.