rdiff-simple 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.
@@ -1,3 +1,3 @@
1
1
  module RdiffSimple
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
data/rdiff-simple.gemspec CHANGED
@@ -8,8 +8,8 @@ Gem::Specification.new do |spec|
8
8
  spec.version = RdiffSimple::VERSION
9
9
  spec.authors = ["Ryan Hansen"]
10
10
  spec.email = ["ketiko@gmail.com"]
11
- spec.description = %q{A wrapper around the rdiff-backup executable}
12
- spec.summary = %q{A simple wrapper around rdiff-backup}
11
+ spec.description = %q{A simple wrapper around rdiff-backup}
12
+ spec.summary = %q{A wrapper around the rdiff-backup executable}
13
13
  spec.homepage = "http://github.com/ketiko/rdiff-simple"
14
14
  spec.license = "MIT"
15
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdiff-simple
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -75,7 +75,7 @@ dependencies:
75
75
  - - ! '>='
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
- description: A wrapper around the rdiff-backup executable
78
+ description: A simple wrapper around rdiff-backup
79
79
  email:
80
80
  - ketiko@gmail.com
81
81
  executables: []
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
113
113
  version: '0'
114
114
  segments:
115
115
  - 0
116
- hash: 2026952248662311862
116
+ hash: 2591675845849006014
117
117
  required_rubygems_version: !ruby/object:Gem::Requirement
118
118
  none: false
119
119
  requirements:
@@ -122,13 +122,13 @@ required_rubygems_version: !ruby/object:Gem::Requirement
122
122
  version: '0'
123
123
  segments:
124
124
  - 0
125
- hash: 2026952248662311862
125
+ hash: 2591675845849006014
126
126
  requirements: []
127
127
  rubyforge_project:
128
128
  rubygems_version: 1.8.23
129
129
  signing_key:
130
130
  specification_version: 3
131
- summary: A simple wrapper around rdiff-backup
131
+ summary: A wrapper around the rdiff-backup executable
132
132
  test_files:
133
133
  - spec/rdiff_simple_spec.rb
134
134
  - spec/spec_helper.rb