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.
Files changed (2) hide show
  1. data/README +2 -3
  2. 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 gemsonrails
11
+ gem install bartes-rcov_stats
12
12
  cd your_application
13
- gemsonrails
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 ##
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bartes-rcov_stats
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.3
4
+ version: 1.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Bartosz Knapik