docdata 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ef05a139ce6a958d733c7bcdaf83dcb4317178da
4
- data.tar.gz: 8c3d95b00beda7d7878d2312db9c6976a12877e7
3
+ metadata.gz: ba92c112869e070f523f288d307d4a4d2db92409
4
+ data.tar.gz: c5403585822312423a6c4f1d53bf2d0ecfa3c2cd
5
5
  SHA512:
6
- metadata.gz: 0ccabadfe830fe56ce0289502fd06c948dca7b3b4d8407ef6fb7f093592139d652d9c2275b1197bb0f36513b7e901cea899cb551b27dca244ace33da4996237c
7
- data.tar.gz: 80695ac4230942023a94a911fd0c5bc43f9e6d19a83c0d109156dd9933cbc7aa5efc3dea9e4722f0f11d04499c7e0418648f2b71eb7b738c680074f5d98737c1
6
+ metadata.gz: bf75f56b8a0237227945d4401d9134338c3ef449969ad2fb7228c2f83458cf489d7f9a5e33769c50651e33be6670d265142f824b128f71d2c8e0c8b24559880f
7
+ data.tar.gz: 8929ce9f6c6246ba5e88fdc79cd48b2a578c2ef3dac1c95fe4134134dc5637ea0e53859e2fbeffb7253b4dd9638cc90040fd932e39d0066a6fc36957c541a463
@@ -20,7 +20,7 @@ module Docdata::Config
20
20
  @defaults = {
21
21
  :@username => nil,
22
22
  :@password => nil,
23
- :@test_mode => true,
23
+ :@test_mode => false,
24
24
  :@return_url => nil
25
25
  }
26
26
  end
@@ -7,7 +7,7 @@ module Docdata
7
7
  # # /config/environments/development.rb
8
8
  # config.docata.username = "myapp_com"
9
9
  # config.docata.password = "pa55w0rd"
10
- # config.docata.test_mode = "true"
10
+ # config.docata.test_mode = true
11
11
  #
12
12
  class Engine < Rails::Engine
13
13
  config.docdata = Docdata::Config
@@ -1,3 +1,3 @@
1
1
  module Docdata
2
- VERSION = "0.1.0"
2
+ VERSION = "0.1.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: docdata
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henk Meijer
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2014-08-12 00:00:00.000000000 Z
12
+ date: 2014-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler