adcopy 0.0.2 → 0.1.0

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 (4) hide show
  1. data/README.rdoc +9 -1
  2. data/VERSION +1 -1
  3. data/adcopy.gemspec +1 -1
  4. metadata +1 -1
@@ -6,7 +6,15 @@ Documentation:: http://rdoc.info/projects/atomon/adcopy
6
6
 
7
7
  == Installation
8
8
 
9
- Currently AdCopy can only be installed as a rails plugin (gem coming soon):
9
+ AdCopy can be installed as a gem by adding the following line to your <tt>environment.rb</tt> file:
10
+
11
+ config.gem "adcopy"
12
+
13
+ And then running the following to install the gem:
14
+
15
+ sudo rake gems:install
16
+
17
+ Alternatively you can install AdCopy as a plugin
10
18
 
11
19
  script/plugin install git://github.com/atomon/adcopy.git
12
20
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.2
1
+ 0.1.0
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{adcopy}
8
- s.version = "0.0.2"
8
+ s.version = "0.1.0"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Eddie Siegel"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: adcopy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eddie Siegel