dao 3.1.1 → 3.1.2

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.
Files changed (3) hide show
  1. data/dao.gemspec +1 -1
  2. data/lib/dao.rb +2 -2
  3. metadata +3 -3
data/dao.gemspec CHANGED
@@ -3,7 +3,7 @@
3
3
 
4
4
  Gem::Specification::new do |spec|
5
5
  spec.name = "dao"
6
- spec.version = "3.1.1"
6
+ spec.version = "3.1.2"
7
7
  spec.platform = Gem::Platform::RUBY
8
8
  spec.summary = "dao"
9
9
  spec.description = "description: dao kicks the ass"
data/lib/dao.rb CHANGED
@@ -10,7 +10,7 @@
10
10
  # dao libs
11
11
  #
12
12
  module Dao
13
- Version = '3.1.1' unless defined?(Version)
13
+ Version = '3.1.2' unless defined?(Version)
14
14
 
15
15
  def version
16
16
  Dao::Version
@@ -18,7 +18,7 @@
18
18
 
19
19
  def dependencies
20
20
  {
21
- 'map' => ['map' , '~> 4.0.0'],
21
+ 'map' => ['map' , '~> 4.1.0'],
22
22
  'tagz' => ['tagz' , '~> 9.0.0'],
23
23
  'yajl' => ['yajl-ruby' , '~> 0.8.1']
24
24
  }
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dao
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 7
5
5
  prerelease:
6
6
  segments:
7
7
  - 3
8
8
  - 1
9
- - 1
10
- version: 3.1.1
9
+ - 2
10
+ version: 3.1.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ara T. Howard