raygun 0.0.29 → 0.0.30

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/CHANGES.md +4 -0
  2. data/bin/raygun +1 -1
  3. data/lib/raygun/version.rb +1 -1
  4. metadata +1 -1
data/CHANGES.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 0.0.30 [2013-06-14]
4
+
5
+ * Bug fix.
6
+
3
7
  ## 0.0.29 [2013-06-14]
4
8
 
5
9
  * Migrate from ```.rvmrc``` to ```.ruby-version``` and ```.ruby-gemset``` (#93).
data/bin/raygun CHANGED
@@ -155,7 +155,7 @@ module Raygun
155
155
  end
156
156
 
157
157
  opts.on('-r', '--rails (32|40)', "Rails version, 32 for 3.2.x or 40 for 4.0.x") do |ext|
158
- ext = '40' if ext = '4'
158
+ ext = '40' if ext == '4'
159
159
  options.prototype = "rails_#{ext}"
160
160
  end
161
161
  end
@@ -1,3 +1,3 @@
1
1
  module Raygun
2
- VERSION = "0.0.29"
2
+ VERSION = "0.0.30"
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.0.29
4
+ version: 0.0.30
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: