raygun 0.9.2 → 0.9.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 0f0a82b056e852ee3d58c535158fe394434c2596
4
- data.tar.gz: 0b4b7e6de3a75834671d1a55fbd8c01e243b9391
3
+ metadata.gz: ceaa5fbc90b7696e487ae53f993c151c48fde8cf
4
+ data.tar.gz: 9e92b247871612405cf50186d481e0bd3ccb2bc3
5
5
  SHA512:
6
- metadata.gz: e9178655c9d0647faab7c2618152330ef89720518a66a3d01c187f3eab0530bd9cbb18311947a52fe0238f7054fc1b3d3b8dc42b757bcefd471ad8259b83bf61
7
- data.tar.gz: bccf92b4cc0e3234dfb98785719d1b31dfc1701686ea8bb0b9af79d6067096fab3e94accec5a58bd7e64fa66fe9350be0d54c1af37f98795f28bb44b539d5741
6
+ metadata.gz: dd0cfb4b1181065f699b28dfe74a553068067a747f03a719e558b4c11117e4ce68468ade1d918209c7f0b424f2416023d81f0f6a50debf6bd4cc083ad7c2e9e8
7
+ data.tar.gz: 6a8e2d7fd499663083b66b7c73bf9e3d74459b613bfd2d84c7e0896f5bf3de9cc180364d4c56e6165c1a7abb0aaf3ea502c7bffe7e685e7ee02785fcc7299bc1
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.9.3 [2014-01-21]
4
+
5
+ * Use curl instead of wget, it's available by default on mavericks (wget is not).
6
+
3
7
  ## 0.9.2 [2013-12-03]
4
8
 
5
9
  * Support custom project templates with the -p command line arg (#122, thanks @drogar!).
data/lib/raygun/raygun.rb CHANGED
@@ -56,7 +56,7 @@ module Raygun
56
56
  # Download the tarball and install in the cache.
57
57
  Dir.mkdir(cached_prototypes_dir, 0755) unless Dir.exists?(cached_prototypes_dir)
58
58
 
59
- shell "wget -q #{tarball_url} -O #{@prototype}"
59
+ shell "curl -s -L #{tarball_url} -o #{@prototype}"
60
60
  puts " done!".colorize(:yellow)
61
61
  end
62
62
  end
@@ -1,3 +1,3 @@
1
1
  module Raygun
2
- VERSION = "0.9.2"
2
+ VERSION = "0.9.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: raygun
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.2
4
+ version: 0.9.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Christian Nelson
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: bin
12
12
  cert_chain: []
13
- date: 2013-12-03 00:00:00.000000000 Z
13
+ date: 2014-01-22 00:00:00.000000000 Z
14
14
  dependencies: []
15
15
  description: Carbon Five Rails application generator
16
16
  email: