divining_rod 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
data/divining_rod.gemspec CHANGED
@@ -9,8 +9,8 @@ Gem::Specification.new do |s|
9
9
  s.authors = ["Mark Percival"]
10
10
  s.email = ["mark@markpercival.us"]
11
11
  s.homepage = "http://github.com/mdp/divining_rod"
12
- s.summary = %q{An opinionated ruby encryption library}
13
- s.description = %q{Supports OpenSSL compatible AES, HMAC, and RSA encryption}
12
+ s.summary = %q{A mobile request profiler}
13
+ s.description = %q{A DSL for writing user agent profiles}
14
14
 
15
15
  s.rubyforge_project = "divining_rod"
16
16
 
@@ -1,3 +1,3 @@
1
1
  module DiviningRod
2
- VERSION = "0.6.0"
2
+ VERSION = "0.6.1"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: divining_rod
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.6.0
5
+ version: 0.6.1
6
6
  platform: ruby
7
7
  authors:
8
8
  - Mark Percival
@@ -10,11 +10,10 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-04-25 00:00:00 +00:00
14
- default_executable:
13
+ date: 2011-04-25 00:00:00 Z
15
14
  dependencies: []
16
15
 
17
- description: Supports OpenSSL compatible AES, HMAC, and RSA encryption
16
+ description: A DSL for writing user agent profiles
18
17
  email:
19
18
  - mark@markpercival.us
20
19
  executables: []
@@ -48,7 +47,6 @@ files:
48
47
  - test/test_example_config.rb
49
48
  - test/test_helper.rb
50
49
  - test/test_mash.rb
51
- has_rdoc: true
52
50
  homepage: http://github.com/mdp/divining_rod
53
51
  licenses: []
54
52
 
@@ -72,9 +70,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
72
70
  requirements: []
73
71
 
74
72
  rubyforge_project: divining_rod
75
- rubygems_version: 1.6.2
73
+ rubygems_version: 1.7.2
76
74
  signing_key:
77
75
  specification_version: 3
78
- summary: An opinionated ruby encryption library
76
+ summary: A mobile request profiler
79
77
  test_files: []
80
78
 
79
+ has_rdoc: