newrelic_ia 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,8 +1,11 @@
1
+ == 0.2.1 2010-04-14
2
+
3
+ * Bug in --install, didn't work for REE
4
+
1
5
  == 0.2.0 2010-04-14
2
6
 
3
7
  * Pull in memcached instrumentation from rubyorchard/memcached_newrelic_ia
4
8
 
5
9
  == 0.1.0 2009-06-15
6
10
 
7
- * 1 major enhancement:
8
- * Initial release
11
+ * Initial release
@@ -1,5 +1,6 @@
1
1
  require 'optparse'
2
2
  require 'logger'
3
+ require 'fileutils'
3
4
 
4
5
  module NewRelic::IA
5
6
 
@@ -1,5 +1,5 @@
1
1
  module NewRelic
2
2
  module IA
3
- VERSION = '0.2.0'
3
+ VERSION = '0.2.1'
4
4
  end
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 2
8
- - 0
9
- version: 0.2.0
8
+ - 1
9
+ version: 0.2.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Bill Kayser