rbet 1.0.1 → 1.0.2

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.
Files changed (3) hide show
  1. data/README.rdoc +3 -0
  2. data/lib/rbet/version.rb +2 -2
  3. metadata +1 -1
@@ -11,6 +11,9 @@ This is an attempt to make integrating easier with ExactTarget. ExactTarget is
11
11
 
12
12
  sudo gem install rbet
13
13
 
14
+ For Rails 2.1+ (?):
15
+ config.gem "rbet", :source => "http://gemcutter.org/"
16
+
14
17
  == Development Notes
15
18
 
16
19
  - Original development work was performed by Todd A. Fisher.
@@ -3,11 +3,11 @@ module RBET
3
3
 
4
4
  MAJOR = 1
5
5
  MINOR = 0
6
- TINY = 1
6
+ TINY = 2
7
7
 
8
8
  def self.to_s # :nodoc:
9
9
  [MAJOR, MINOR, TINY].join('.')
10
10
  end
11
11
 
12
12
  end
13
- end
13
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - See Contributing Section