rails_pwnerer 0.6.94 → 0.6.95

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.6.95. Bugfix in rubygems configuration.
2
+
1
3
  v0.6.94. Improvements to file backup logic. Breaking change in format :(
2
4
 
3
5
  v0.6.93. Better ordering of tasks upon app install and update.
@@ -47,7 +47,7 @@ class RailsPwnerer::Scaffolds::RubyGems
47
47
 
48
48
  # sets up good defaults for Rubygems
49
49
  def configure_rubygems
50
- File.open("/etc/gemrc") do |f|
50
+ File.open('/etc/gemrc', 'w') do |f|
51
51
  f.write "gem --no-force --no-rdoc --no-ri --no-user-install --wrappers\n"
52
52
  end
53
53
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{rails_pwnerer}
5
- s.version = "0.6.94"
5
+ s.version = "0.6.95"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = [%q{Victor Costan}]
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails_pwnerer
3
3
  version: !ruby/object:Gem::Version
4
- hash: 187
4
+ hash: 185
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 6
9
- - 94
10
- version: 0.6.94
9
+ - 95
10
+ version: 0.6.95
11
11
  platform: ruby
12
12
  authors:
13
13
  - Victor Costan