aratak-syncdb 0.0.3 → 0.0.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.
Files changed (2) hide show
  1. data/syncdb.gemspec +2 -2
  2. metadata +4 -4
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.3'
3
+ s.version = '0.0.4'
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 = ['array_mix', 'synchronizator', 'syncdb']
8
+ s.autorequire = ['lib/array_mix', 'lib/synchronizator', 'lib/syncdb']
9
9
 
10
10
  s.has_rdoc = true
11
11
  s.rdoc_options = ["--inline-source", "--charset=UTF-8"]
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aratak-syncdb
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexey Osipenko
8
8
  autorequire:
9
- - array_mix
10
- - synchronizator
11
- - syncdb
9
+ - lib/array_mix
10
+ - lib/synchronizator
11
+ - lib/syncdb
12
12
  bindir: bin
13
13
  cert_chain: []
14
14