rcov_plugin 3.0.0 → 3.0.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.md CHANGED
@@ -62,7 +62,7 @@ Special thanks go to all of the contributors to this plugin:
62
62
 
63
63
  License
64
64
  =======
65
- Copyright (c) 2008 Alan Johnson
65
+ Copyright (c) 2008-2010 Alan Johnson
66
66
 
67
67
  Permission is hereby granted, free of charge, to any person obtaining
68
68
  a copy of this software and associated documentation files (the
@@ -1,8 +1,6 @@
1
1
  require 'rcov_plugin'
2
2
  require 'rails'
3
3
 
4
- puts "Loaded rcov_plugin"
5
-
6
4
  module RcovPlugin
7
5
  class Railtie < Rails::Railtie
8
6
  rake_tasks do
@@ -1,3 +1,3 @@
1
1
  module RcovPlugin
2
- VERSION = "3.0.0"
2
+ VERSION = "3.0.1"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 3
7
7
  - 0
8
- - 0
9
- version: 3.0.0
8
+ - 1
9
+ version: 3.0.1
10
10
  platform: ruby
11
11
  authors:
12
12
  - Alan Johnson
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-04-16 00:00:00 -04:00
17
+ date: 2010-04-19 00:00:00 -04:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency