ananke 1.1.1 → 1.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/lib/ananke/serialize.rb +0 -1
  2. data/lib/version.rb +1 -1
  3. metadata +3 -3
@@ -7,7 +7,6 @@ module Serialize
7
7
  end
8
8
 
9
9
  def self.unaccent(obj)
10
- "IõÓnãÕißÍizëÕiøî"
11
10
  obj.class == String ? obj.utf8_trans_unaccent : obj
12
11
  end
13
12
 
data/lib/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Ananke
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ananke
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.1.1
5
+ version: 1.1.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Andries Coetzee
@@ -132,7 +132,7 @@ licenses: []
132
132
  post_install_message: |
133
133
  **************************************************
134
134
 
135
- Thank you for installing ananke-1.1.1
135
+ Thank you for installing ananke-1.1.2
136
136
 
137
137
  Please be sure to look at README.rdoc to see what might have changed
138
138
  since the last release and how to use this GEM.
@@ -161,7 +161,7 @@ rubyforge_project:
161
161
  rubygems_version: 1.5.0
162
162
  signing_key:
163
163
  specification_version: 3
164
- summary: ananke-1.1.1
164
+ summary: ananke-1.1.2
165
165
  test_files:
166
166
  - spec/dumping.rb
167
167
  - spec/cov_adapter.rb