rails_pwnerer 0.4.12 → 0.4.14

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,5 @@
1
+ v0.4.14. Fixed bug that completely broke new box scaffolding.
2
+
1
3
  v0.4.12. Added application gem management (new in Rails 2.1.0 apps).
2
4
 
3
5
  v0.4.11. Implemented installing from source.
@@ -45,7 +45,6 @@ module RailsPwnage::Base
45
45
  # see if the source we are trying to add is already there
46
46
  source_exists = sources.any? do |source_line|
47
47
  source_frags = source_line.split(' ')
48
- p source_frags
49
48
  source_patterns.all? { |pattern| source_frags.any? { |frag| frag == pattern } }
50
49
  end
51
50
  return if source_exists
@@ -44,10 +44,7 @@ class RailsPwnage::Scaffolds::Packages
44
44
  def run
45
45
  add_package_source 'http://debian.mirrors.tds.net/debian/',
46
46
  %w(unstable main non-free contrib), :source => true
47
-
48
- # debugging
49
- exit
50
-
47
+
51
48
  update_package_metadata
52
49
  install_management
53
50
  install_tools
@@ -1,10 +1,10 @@
1
1
 
2
- # Gem::Specification for Rails_pwnerer-0.4.12
2
+ # Gem::Specification for Rails_pwnerer-0.4.14
3
3
  # Originally generated by Echoe
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = %q{rails_pwnerer}
7
- s.version = "0.4.12"
7
+ s.version = "0.4.14"
8
8
 
9
9
  s.specification_version = 2 if s.respond_to? :specification_version=
10
10
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pwnerer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.12
4
+ version: 0.4.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Victor Costan