bartes-rcov_stats 1.1.3 → 1.1.4
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 +2 -3
- metadata +1 -1
data/README
CHANGED
@@ -8,10 +8,9 @@ How to install :
|
|
8
8
|
1) As a Rails plugin:
|
9
9
|
./script/plugin install git://github.com/bartes/rcov_stats.git
|
10
10
|
2) As a gem for Rails:
|
11
|
-
gem install bartes-rcov_stats
|
11
|
+
gem install bartes-rcov_stats
|
12
12
|
cd your_application
|
13
|
-
|
14
|
-
rake gems:freeze GEM=bartes-rcov_stats
|
13
|
+
rake gems:unpack GEM=bartes-rcov_stats
|
15
14
|
3) As a gem for Merb:
|
16
15
|
gem install bartes-rcov_stats
|
17
16
|
## puts this denepndecy inside your config/init.rb file ##
|