bookingsync-engine 0.1.0 → 0.1.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.
- checksums.yaml +4 -4
- data/lib/bookingsync/engine/version.rb +1 -1
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +15 -42
- data/spec/dummy/log/test.log +1115 -2621
- metadata +4 -6
- data/spec/dummy/log/newrelic_agent.log +0 -21
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookingsync-engine
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Sebastien Grosjean
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2014-
|
12
|
+
date: 2014-08-09 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: rails
|
@@ -45,14 +45,14 @@ dependencies:
|
|
45
45
|
requirements:
|
46
46
|
- - ">="
|
47
47
|
- !ruby/object:Gem::Version
|
48
|
-
version: 0.0.
|
48
|
+
version: 0.0.20
|
49
49
|
type: :runtime
|
50
50
|
prerelease: false
|
51
51
|
version_requirements: !ruby/object:Gem::Requirement
|
52
52
|
requirements:
|
53
53
|
- - ">="
|
54
54
|
- !ruby/object:Gem::Version
|
55
|
-
version: 0.0.
|
55
|
+
version: 0.0.20
|
56
56
|
- !ruby/object:Gem::Dependency
|
57
57
|
name: sqlite3
|
58
58
|
requirement: !ruby/object:Gem::Requirement
|
@@ -154,7 +154,6 @@ files:
|
|
154
154
|
- spec/dummy/db/schema.rb
|
155
155
|
- spec/dummy/db/test.sqlite3
|
156
156
|
- spec/dummy/log/development.log
|
157
|
-
- spec/dummy/log/newrelic_agent.log
|
158
157
|
- spec/dummy/log/test.log
|
159
158
|
- spec/dummy/public/404.html
|
160
159
|
- spec/dummy/public/422.html
|
@@ -223,7 +222,6 @@ test_files:
|
|
223
222
|
- spec/dummy/db/schema.rb
|
224
223
|
- spec/dummy/db/test.sqlite3
|
225
224
|
- spec/dummy/log/development.log
|
226
|
-
- spec/dummy/log/newrelic_agent.log
|
227
225
|
- spec/dummy/log/test.log
|
228
226
|
- spec/dummy/public/404.html
|
229
227
|
- spec/dummy/public/422.html
|
@@ -1,21 +0,0 @@
|
|
1
|
-
# Logfile created on 2014-05-22 13:00:58 +0200 by logger.rb/44203
|
2
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : Starting the New Relic agent in "development" environment.
|
3
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : To prevent agent startup add a NEWRELIC_ENABLE=false environment variable or modify the "development" section of your newrelic.yml.
|
4
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : Reading configuration from
|
5
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] ERROR : Unable to read configuration file : Is a directory @ io_fread - /Users/grk/code/bookingsync-engine/spec/dummy
|
6
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : Enabling the Request Sampler.
|
7
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : Environment: development
|
8
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : No known dispatcher detected.
|
9
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] INFO : Application: development
|
10
|
-
[05/22/14 13:00:58 +0200 hrmps.local (18337)] WARN : No license key found in newrelic.yml config. This often means your newrelic.yml is missing a section for the running environment 'development'
|
11
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing ActiveRecord instrumentation
|
12
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing middleware-based Excon instrumentation
|
13
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Dalli Memcache instrumentation
|
14
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Mongo instrumentation
|
15
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Net instrumentation
|
16
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing deferred Rack instrumentation
|
17
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Resque instrumentation
|
18
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Rails 3 Controller instrumentation
|
19
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Rails 3.1/3.2 view instrumentation
|
20
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Installing Rails3 Error instrumentation
|
21
|
-
[05/22/14 13:00:59 +0200 hrmps.local (18337)] INFO : Finished instrumentation
|