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.
- data/README.rdoc +9 -1
- data/VERSION +1 -1
- data/adcopy.gemspec +1 -1
- metadata +1 -1
data/README.rdoc
CHANGED
|
@@ -6,7 +6,15 @@ Documentation:: http://rdoc.info/projects/atomon/adcopy
|
|
|
6
6
|
|
|
7
7
|
== Installation
|
|
8
8
|
|
|
9
|
-
|
|
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
|
|
1
|
+
0.1.0
|
data/adcopy.gemspec
CHANGED