error-locator 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: error-locator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-23 00:00:00.000000000 Z
12
+ date: 2012-11-28 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
@@ -62,7 +62,6 @@ files:
62
62
  - test/dummy/config/locales/en.yml
63
63
  - test/dummy/config/routes.rb
64
64
  - test/dummy/config/application.rb
65
- - test/dummy/config/database.yml
66
65
  - test/dummy/config/environments/test.rb
67
66
  - test/dummy/config/environments/development.rb
68
67
  - test/dummy/config/environments/production.rb
@@ -70,8 +69,6 @@ files:
70
69
  - test/dummy/config.ru
71
70
  - test/dummy/log/development.log
72
71
  - test/dummy/log/test.log
73
- - test/dummy/db/test.sqlite3
74
- - test/dummy/db/development.sqlite3
75
72
  - test/dummy/Rakefile
76
73
  - test/dummy/app/controllers/home_controller.rb
77
74
  - test/dummy/app/controllers/application_controller.rb
@@ -79,8 +76,10 @@ files:
79
76
  - test/dummy/public/favicon.ico
80
77
  - test/dummy/public/404.html
81
78
  - test/dummy/public/500.html
79
+ - test/dummy/tmp/cache/assets/CFF/F70/sprockets%2Fa259f2292c44a14d838df3b02f05b01f
82
80
  - test/dummy/tmp/cache/assets/DD0/C80/sprockets%2F4ba2b51509e8f546fac0d93cbe54dd8f
83
81
  - test/dummy/tmp/cache/assets/C81/2F0/sprockets%2F55a616d0509364450c69ca5357ce8d52
82
+ - test/dummy/tmp/cache/assets/C57/2E0/sprockets%2F26936c172e28d44af4061985d336a448
84
83
  - test/dummy/script/rails
85
84
  - test/error-locator_test.rb
86
85
  homepage: http://www.google.com
@@ -119,7 +118,6 @@ test_files:
119
118
  - test/dummy/config/locales/en.yml
120
119
  - test/dummy/config/routes.rb
121
120
  - test/dummy/config/application.rb
122
- - test/dummy/config/database.yml
123
121
  - test/dummy/config/environments/test.rb
124
122
  - test/dummy/config/environments/development.rb
125
123
  - test/dummy/config/environments/production.rb
@@ -127,8 +125,6 @@ test_files:
127
125
  - test/dummy/config.ru
128
126
  - test/dummy/log/development.log
129
127
  - test/dummy/log/test.log
130
- - test/dummy/db/test.sqlite3
131
- - test/dummy/db/development.sqlite3
132
128
  - test/dummy/Rakefile
133
129
  - test/dummy/app/controllers/home_controller.rb
134
130
  - test/dummy/app/controllers/application_controller.rb
@@ -136,8 +132,10 @@ test_files:
136
132
  - test/dummy/public/favicon.ico
137
133
  - test/dummy/public/404.html
138
134
  - test/dummy/public/500.html
135
+ - test/dummy/tmp/cache/assets/CFF/F70/sprockets%2Fa259f2292c44a14d838df3b02f05b01f
139
136
  - test/dummy/tmp/cache/assets/DD0/C80/sprockets%2F4ba2b51509e8f546fac0d93cbe54dd8f
140
137
  - test/dummy/tmp/cache/assets/C81/2F0/sprockets%2F55a616d0509364450c69ca5357ce8d52
138
+ - test/dummy/tmp/cache/assets/C57/2E0/sprockets%2F26936c172e28d44af4061985d336a448
141
139
  - test/dummy/script/rails
142
140
  - test/error-locator_test.rb
143
141
  has_rdoc:
@@ -1,25 +0,0 @@
1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- development:
7
- adapter: sqlite3
8
- database: db/development.sqlite3
9
- pool: 5
10
- timeout: 5000
11
-
12
- # Warning: The database defined as "test" will be erased and
13
- # re-generated from your development database when you run "rake".
14
- # Do not set this db to the same as development or production.
15
- test:
16
- adapter: sqlite3
17
- database: db/test.sqlite3
18
- pool: 5
19
- timeout: 5000
20
-
21
- production:
22
- adapter: sqlite3
23
- database: db/production.sqlite3
24
- pool: 5
25
- timeout: 5000
File without changes
File without changes