shutup_sqlite 0.1 → 0.3

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 (3) hide show
  1. data/README.textile +2 -9
  2. data/lib/version.rb +1 -1
  3. metadata +3 -3
data/README.textile CHANGED
@@ -12,12 +12,5 @@ Me too! This plugin filters them out, but still logs all other SQL queries norma
12
12
 
13
13
  h2. Installation
14
14
 
15
- h3. Rails 2.3.x
16
-
17
- @./script/plugin install git://github.com/DavidMikeSimon/shutup_sqlite.git@
18
-
19
- h3. Rails 3.0
20
-
21
- @rails plugin install git://github.com/DavidMikeSimon/shutup_sqlite.git@
22
-
23
- Current version is 0.2
15
+ Just add it to your Gemfile, then allow the now soothingly high relevance of your log
16
+ files wash over you and relieve your stress.
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module ShutupSqlite
2
- VERSION = "0.1"
2
+ VERSION = "0.3"
3
3
  end
metadata CHANGED
@@ -1,12 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shutup_sqlite
3
3
  version: !ruby/object:Gem::Version
4
- hash: 9
4
+ hash: 13
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
- - 1
9
- version: "0.1"
8
+ - 3
9
+ version: "0.3"
10
10
  platform: ruby
11
11
  authors:
12
12
  - David Mike Simon