aratak-syncdb 0.0.2 → 0.0.3

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 (2) hide show
  1. data/syncdb.gemspec +3 -3
  2. metadata +5 -2
data/syncdb.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  spec = Gem::Specification.new do |s|
2
2
  s.name = "syncdb"
3
- s.version = '0.0.2'
3
+ s.version = '0.0.3'
4
4
  s.summary = "Synchronization file and db-table."
5
5
  s.description = "syncdb: description will be here."
6
6
  s.files = ['README', 'syncdb.gemspec', 'lib/syncdb.rb']
7
7
  s.require_path = 'lib'
8
- s.autorequire = 'syncdb'
8
+ s.autorequire = ['array_mix', 'synchronizator', 'syncdb']
9
9
 
10
10
  s.has_rdoc = true
11
11
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
@@ -15,4 +15,4 @@ spec = Gem::Specification.new do |s|
15
15
 
16
16
  s.add_dependency('json', '>=1.1.4')
17
17
 
18
- end
18
+ end
metadata CHANGED
@@ -1,11 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aratak-syncdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Osipenko
8
- autorequire: syncdb
8
+ autorequire:
9
+ - array_mix
10
+ - synchronizator
11
+ - syncdb
9
12
  bindir: bin
10
13
  cert_chain: []
11
14