bartes-rcov_stats 1.1.0 → 1.1.1
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 +4 -0
- metadata +1 -1
data/README
CHANGED
@@ -13,6 +13,10 @@ How to install :
|
|
13
13
|
cd your_application
|
14
14
|
gemsonrails
|
15
15
|
rake gems:freeze GEM=bartes-rcov_stats
|
16
|
+
2) As a gem for Merb:
|
17
|
+
gem install bartes-rcov_stats
|
18
|
+
## puts this denepndecy inside your config/init.rb file ##
|
19
|
+
dependency "bartes-rcov_stats" , :require_as => 'rcov_stats'
|
16
20
|
|
17
21
|
How to configure
|
18
22
|
|