fix_mah_gemfile 0.0.2 → 0.0.3
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.
- checksums.yaml +4 -4
- data/lib/fix_mah_gemfile.rb +1 -1
- data/lib/fix_mah_gemfile/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1c7bc2a776ae0866904ab3fec8fc7de4c91eed8b
|
|
4
|
+
data.tar.gz: 3bfa08f1c52add31c9880be0326047241aa6a6c8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8401a6a5a29c4fe6c3323bb4b4d00d9fb5b4771da32aac173e0bab17f3ec400b949c1ef076ae9be0d0700cccc870a59b8da5b09368acfbe5c51b335dc3cc3b88
|
|
7
|
+
data.tar.gz: 7c12486a746fbc3e9650c5ec38ce671d2925e22d690e3e9f0bd99af62fca46eae7249c6f737908f7adf3478c1d3f9356888f3147aaf3b2bc00ff81380e20dfa3
|
data/lib/fix_mah_gemfile.rb
CHANGED
|
@@ -97,7 +97,7 @@ FixMahGemfile::Processor.run "bundle"
|
|
|
97
97
|
#FixMahGemfile::Processor.run "bundle update libxml-ruby"
|
|
98
98
|
#FixMahGemfile::Processor.run "bundle update guard guard-less therubyracer"
|
|
99
99
|
END
|
|
100
|
-
File.
|
|
100
|
+
File.open(outfile, "w") { |f| f.write(file) }
|
|
101
101
|
end
|
|
102
102
|
def self.run str
|
|
103
103
|
puts str
|