elastics-legacy 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. data/VERSION +1 -1
  2. data/lib/elastics/deprecation.rb +8 -0
  3. metadata +4 -4
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.0.8
@@ -98,6 +98,14 @@ module Elastics
98
98
  Deprecation.warn 'Flex::Configuration.logger.log_to_stdout=', 'Elastics::Configuration.logger.log_to_stderr='
99
99
  self.log_to_stderr = val
100
100
  end
101
+ def color
102
+ Deprecation.warn 'Flex::Configuration.logger.color', 'Elastics::Configuration.ansi'
103
+ Configuration.ansi
104
+ end
105
+ def color=(bool)
106
+ Deprecation.warn 'Flex::Configuration.logger.color=', 'Elastics::Configuration.ansi='
107
+ Configuration.ansi=(bool)
108
+ end
101
109
  end
102
110
  end
103
111
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elastics-legacy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
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-08-22 00:00:00.000000000 Z
12
+ date: 2013-08-24 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: elastics-client
@@ -18,7 +18,7 @@ dependencies:
18
18
  requirements:
19
19
  - - '='
20
20
  - !ruby/object:Gem::Version
21
- version: 1.0.7
21
+ version: 1.0.8
22
22
  type: :runtime
23
23
  prerelease: false
24
24
  version_requirements: !ruby/object:Gem::Requirement
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - '='
28
28
  - !ruby/object:Gem::Version
29
- version: 1.0.7
29
+ version: 1.0.8
30
30
  description: Provides out-of-the box legacy compatibility (with flex and old versions).
31
31
  Use it for a smooth migration to the new gems.
32
32
  email: dd.nexus@gmail.com