smartdict-core 0.1.3 → 0.1.4
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/VERSION +1 -1
- data/lib/smartdict/drivers/lingvo_yandex_driver.rb +0 -3
- metadata +3 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: smartdict-core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
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: 2012-07
|
|
12
|
+
date: 2012-10-07 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: dm-core
|
|
@@ -474,9 +474,6 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
474
474
|
- - ! '>='
|
|
475
475
|
- !ruby/object:Gem::Version
|
|
476
476
|
version: '0'
|
|
477
|
-
segments:
|
|
478
|
-
- 0
|
|
479
|
-
hash: 633951672401317732
|
|
480
477
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
481
478
|
none: false
|
|
482
479
|
requirements:
|
|
@@ -485,7 +482,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
485
482
|
version: '0'
|
|
486
483
|
requirements: []
|
|
487
484
|
rubyforge_project:
|
|
488
|
-
rubygems_version: 1.8.
|
|
485
|
+
rubygems_version: 1.8.24
|
|
489
486
|
signing_key:
|
|
490
487
|
specification_version: 3
|
|
491
488
|
summary: CLI dictionary
|