no_peeping_toms 2.1.0 → 2.1.2

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.rdoc CHANGED
@@ -63,5 +63,6 @@ You can spec the Person class in complete isolation.
63
63
  * Jeff Siegel
64
64
  * Zach Dennis
65
65
  * Andy Lindeman
66
+ * Ryan McGeary
66
67
 
67
68
  Copyright (c) 2007-2011 Pat Maddox, released under the MIT license.
@@ -1,3 +1,3 @@
1
1
  module NoPeepingToms
2
- VERSION = "2.1.0"
2
+ VERSION = "2.1.2"
3
3
  end
data/spec/debug.log ADDED
@@ -0,0 +1,30 @@
1
+ # Logfile created on Sat Feb 26 18:26:31 -0800 2011 by logger.rb/22285
2
+ D, [2011-02-26T18:26:31.207555 #12224] DEBUG -- : SQL (3.2ms) select sqlite_version(*)
3
+ D, [2011-02-26T18:26:31.207975 #12224] DEBUG -- : SQL (0.2ms) SELECT name
4
+ FROM sqlite_master
5
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
6
+
7
+ D, [2011-02-26T18:26:31.208425 #12224] DEBUG -- : SQL (0.3ms) CREATE TABLE "people" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255)) 
8
+ D, [2011-02-26T18:26:31.208702 #12224] DEBUG -- : SQL (0.1ms) SELECT name
9
+ FROM sqlite_master
10
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
11
+
12
+ D, [2011-02-26T18:26:31.208984 #12224] DEBUG -- : SQL (0.1ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
13
+ D, [2011-02-26T18:26:31.209150 #12224] DEBUG -- : SQL (0.0ms) PRAGMA index_list("schema_migrations")
14
+ D, [2011-02-26T18:26:31.209381 #12224] DEBUG -- : SQL (0.1ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15
+ D, [2011-02-26T18:26:31.209544 #12224] DEBUG -- : SQL (0.1ms) SELECT name
16
+ FROM sqlite_master
17
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
18
+
19
+ D, [2011-02-26T18:26:31.209817 #12224] DEBUG -- : SQL (0.0ms) SELECT version FROM "schema_migrations"
20
+ D, [2011-02-26T18:26:31.209994 #12224] DEBUG -- : SQL (0.1ms) INSERT INTO "schema_migrations" (version) VALUES ('0')
21
+ D, [2011-02-26T18:26:31.329520 #12224] DEBUG -- : SQL (0.1ms)  SELECT name
22
+ FROM sqlite_master
23
+ WHERE type = 'table' AND NOT name = 'sqlite_sequence'
24
+ 
25
+ D, [2011-02-26T18:26:31.378815 #12224] DEBUG -- : AREL (0.1ms) INSERT INTO "people" ("name") VALUES (NULL)
26
+ D, [2011-02-26T18:26:31.380171 #12224] DEBUG -- : AREL (0.1ms) INSERT INTO "people" ("name") VALUES (NULL)
27
+ D, [2011-02-26T18:26:31.381729 #12224] DEBUG -- : AREL (0.0ms) INSERT INTO "people" ("name") VALUES (NULL)
28
+ D, [2011-02-26T18:26:31.382800 #12224] DEBUG -- : AREL (0.0ms) INSERT INTO "people" ("name") VALUES (NULL)
29
+ D, [2011-02-26T18:26:31.383940 #12224] DEBUG -- : AREL (0.0ms) INSERT INTO "people" ("name") VALUES (NULL)
30
+ D, [2011-02-26T18:26:31.385006 #12224] DEBUG -- : AREL (0.0ms) INSERT INTO "people" ("name") VALUES (NULL)
metadata CHANGED
@@ -1,13 +1,8 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: no_peeping_toms
3
3
  version: !ruby/object:Gem::Version
4
- hash: 11
5
- prerelease: false
6
- segments:
7
- - 2
8
- - 1
9
- - 0
10
- version: 2.1.0
4
+ prerelease:
5
+ version: 2.1.2
11
6
  platform: ruby
12
7
  authors:
13
8
  - Pat Maddox
@@ -15,8 +10,7 @@ autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
12
 
18
- date: 2011-02-26 00:00:00 -08:00
19
- default_executable:
13
+ date: 2011-10-24 00:00:00 Z
20
14
  dependencies:
21
15
  - !ruby/object:Gem::Dependency
22
16
  name: activerecord
@@ -26,11 +20,6 @@ dependencies:
26
20
  requirements:
27
21
  - - ">="
28
22
  - !ruby/object:Gem::Version
29
- hash: 7
30
- segments:
31
- - 3
32
- - 0
33
- - 0
34
23
  version: 3.0.0
35
24
  type: :runtime
36
25
  version_requirements: *id001
@@ -42,11 +31,6 @@ dependencies:
42
31
  requirements:
43
32
  - - ">="
44
33
  - !ruby/object:Gem::Version
45
- hash: 7
46
- segments:
47
- - 3
48
- - 0
49
- - 0
50
34
  version: 3.0.0
51
35
  type: :runtime
52
36
  version_requirements: *id002
@@ -58,10 +42,6 @@ dependencies:
58
42
  requirements:
59
43
  - - ~>
60
44
  - !ruby/object:Gem::Version
61
- hash: 9
62
- segments:
63
- - 2
64
- - 5
65
45
  version: "2.5"
66
46
  type: :development
67
47
  version_requirements: *id003
@@ -73,9 +53,6 @@ dependencies:
73
53
  requirements:
74
54
  - - ">="
75
55
  - !ruby/object:Gem::Version
76
- hash: 3
77
- segments:
78
- - 0
79
56
  version: "0"
80
57
  type: :development
81
58
  version_requirements: *id004
@@ -89,19 +66,16 @@ extensions: []
89
66
  extra_rdoc_files: []
90
67
 
91
68
  files:
92
- - .gitignore
93
- - Gemfile
94
69
  - History.rdoc
95
70
  - README.rdoc
96
- - lib/no_peeping_toms.rb
97
71
  - lib/no_peeping_toms/version.rb
98
- - no_peeping_toms.gemspec
72
+ - lib/no_peeping_toms.rb
99
73
  - spec/db/database.yml
100
74
  - spec/db/schema.rb
75
+ - spec/debug.log
101
76
  - spec/no_peeping_toms_spec.rb
102
77
  - spec/spec_helper.rb
103
- has_rdoc: true
104
- homepage: https://github.com/patmaddox/no_peeping_toms
78
+ homepage: https://github.com/patmaddox/no-peeping-toms
105
79
  licenses: []
106
80
 
107
81
  post_install_message:
@@ -114,28 +88,19 @@ required_ruby_version: !ruby/object:Gem::Requirement
114
88
  requirements:
115
89
  - - ">="
116
90
  - !ruby/object:Gem::Version
117
- hash: 3
118
- segments:
119
- - 0
120
91
  version: "0"
121
92
  required_rubygems_version: !ruby/object:Gem::Requirement
122
93
  none: false
123
94
  requirements:
124
95
  - - ">="
125
96
  - !ruby/object:Gem::Version
126
- hash: 3
127
- segments:
128
- - 0
129
97
  version: "0"
130
98
  requirements: []
131
99
 
132
100
  rubyforge_project: no_peeping_toms
133
- rubygems_version: 1.3.7
101
+ rubygems_version: 1.8.11
134
102
  signing_key:
135
103
  specification_version: 3
136
104
  summary: Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.
137
- test_files:
138
- - spec/db/database.yml
139
- - spec/db/schema.rb
140
- - spec/no_peeping_toms_spec.rb
141
- - spec/spec_helper.rb
105
+ test_files: []
106
+
data/.gitignore DELETED
@@ -1,5 +0,0 @@
1
- *.gem
2
- .bundle
3
- Gemfile.lock
4
- pkg/*
5
- spec/debug.log
data/Gemfile DELETED
@@ -1,4 +0,0 @@
1
- source "http://rubygems.org"
2
-
3
- # Specify your gem's dependencies in no-peeping-toms.gemspec
4
- gemspec
@@ -1,26 +0,0 @@
1
- # -*- encoding: utf-8 -*-
2
- $:.push File.expand_path("../lib", __FILE__)
3
- require "no_peeping_toms/version"
4
-
5
- Gem::Specification.new do |s|
6
- s.name = "no_peeping_toms"
7
- s.version = NoPeepingToms::VERSION
8
- s.platform = Gem::Platform::RUBY
9
- s.authors = ["Pat Maddox"]
10
- s.email = ["pat.maddox@gmail.com"]
11
- s.homepage = "https://github.com/patmaddox/no_peeping_toms"
12
- s.summary = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
13
- s.description = %q{Disables observers during testing, allowing you to write model tests that are completely decoupled from the observer.}
14
- s.rubyforge_project = "no_peeping_toms"
15
-
16
- s.files = `git ls-files`.split("\n")
17
- s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
18
- s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) }
19
- s.require_paths = ["lib"]
20
-
21
- s.add_runtime_dependency 'activerecord', '>=3.0.0'
22
- s.add_runtime_dependency 'activesupport', '>=3.0.0'
23
-
24
- s.add_development_dependency 'rspec', '~>2.5'
25
- s.add_development_dependency 'sqlite3'
26
- end