synchroniser 0.4.1 → 0.4.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 (4) hide show
  1. data/Rakefile +1 -1
  2. data/VERSION +1 -1
  3. data/synchroniser.gemspec +2 -2
  4. metadata +4 -4
data/Rakefile CHANGED
@@ -8,7 +8,7 @@ begin
8
8
  gem.summary = %Q{A wee synchroniser for a data source and a data sink.}
9
9
  gem.description = %Q{A wee synchroniser for a data source and a data sink.}
10
10
  gem.email = "rob@sharp.id.au"
11
- gem.homepage = "http://github.com/robsharp/synchroniser"
11
+ gem.homepage = "http://github.com/iondrive/synchroniser"
12
12
  gem.authors = ["Rob Sharp"]
13
13
  gem.add_development_dependency "rspec", ">= 1.2.9"
14
14
  gem.add_development_dependency "rcov"
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.4.1
1
+ 0.4.2
data/synchroniser.gemspec CHANGED
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{synchroniser}
8
- s.version = "0.4.1"
8
+ s.version = "0.4.2"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Rob Sharp"]
@@ -52,7 +52,7 @@ Gem::Specification.new do |s|
52
52
  "test/docs/rss.xml",
53
53
  "uninstall.rb"
54
54
  ]
55
- s.homepage = %q{http://github.com/robsharp/synchroniser}
55
+ s.homepage = %q{http://github.com/iondrive/synchroniser}
56
56
  s.rdoc_options = ["--charset=UTF-8"]
57
57
  s.require_paths = ["lib"]
58
58
  s.rubygems_version = %q{1.3.7}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: synchroniser
3
3
  version: !ruby/object:Gem::Version
4
- hash: 13
4
+ hash: 11
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
- - 1
10
- version: 0.4.1
9
+ - 2
10
+ version: 0.4.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Rob Sharp
@@ -96,7 +96,7 @@ files:
96
96
  - test/docs/rss.xml
97
97
  - uninstall.rb
98
98
  has_rdoc: true
99
- homepage: http://github.com/robsharp/synchroniser
99
+ homepage: http://github.com/iondrive/synchroniser
100
100
  licenses: []
101
101
 
102
102
  post_install_message: