serp_metrics 0.0.2 → 0.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.
data/spec/spec_helper.rb CHANGED
@@ -33,7 +33,7 @@ RSpec.configure do |config|
33
33
 
34
34
  # timecop
35
35
  config.before(:each) do
36
- Timecop.freeze(Time.at(1363584772))
36
+ Timecop.freeze(Time.at(1385792990))
37
37
  end
38
38
 
39
39
  config.after(:each) do
@@ -55,7 +55,15 @@ VCR.configure do |config|
55
55
  api_configuration['key']
56
56
  end
57
57
 
58
+ config.filter_sensitive_data('<SERP_METRICS_KEY_ENCODED>') do
59
+ URI.encode(api_configuration['key'])
60
+ end
61
+
58
62
  config.filter_sensitive_data('<SERP_METRICS_SECRET>') do
59
63
  api_configuration['secret']
60
64
  end
65
+
66
+ config.filter_sensitive_data('<SERP_METRICS_SECRET_ENCODED>') do
67
+ URI.encode(api_configuration['secret'])
68
+ end
61
69
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: serp_metrics
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
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: 2013-03-18 00:00:00.000000000 Z
12
+ date: 2013-11-30 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: multi_json
@@ -92,7 +92,7 @@ files:
92
92
  - spec/lib/serp_metrics/version_spec.rb
93
93
  - spec/lib/serp_metrics_spec.rb
94
94
  - spec/spec_helper.rb
95
- homepage: https://github.com/wearetribe/serp_metrics.git
95
+ homepage: https://github.com/wearetribe/serp_metrics
96
96
  licenses: []
97
97
  post_install_message:
98
98
  rdoc_options: []
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  version: '0'
113
113
  requirements: []
114
114
  rubyforge_project:
115
- rubygems_version: 1.8.24
115
+ rubygems_version: 1.8.25
116
116
  signing_key:
117
117
  specification_version: 3
118
118
  summary: Ruby interface to the SERP Metrics API