peace_of_mind 0.1.0 → 0.1.1
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/peace_of_mind.gemspec +3 -3
- metadata +4 -4
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.1
|
data/peace_of_mind.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{peace_of_mind}
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["Josh Sharpe"]
|
|
12
12
|
s.date = %q{2010-03-02}
|
|
13
|
-
s.description = %q{
|
|
13
|
+
s.description = %q{Easily manage backups as if they were objects.}
|
|
14
14
|
s.email = %q{josh.m.sharpe@gmail.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
16
16
|
"LICENSE",
|
|
@@ -41,7 +41,7 @@ Gem::Specification.new do |s|
|
|
|
41
41
|
s.rdoc_options = ["--charset=UTF-8"]
|
|
42
42
|
s.require_paths = ["lib"]
|
|
43
43
|
s.rubygems_version = %q{1.3.5}
|
|
44
|
-
s.summary = %q{
|
|
44
|
+
s.summary = %q{Easily manage backups as if they were objects.}
|
|
45
45
|
s.test_files = [
|
|
46
46
|
"test/helper.rb",
|
|
47
47
|
"test/test_peace_of_mind.rb"
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 0
|
|
7
7
|
- 1
|
|
8
|
-
-
|
|
9
|
-
version: 0.1.
|
|
8
|
+
- 1
|
|
9
|
+
version: 0.1.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- Josh Sharpe
|
|
@@ -29,7 +29,7 @@ dependencies:
|
|
|
29
29
|
version: "0"
|
|
30
30
|
type: :development
|
|
31
31
|
version_requirements: *id001
|
|
32
|
-
description:
|
|
32
|
+
description: Easily manage backups as if they were objects.
|
|
33
33
|
email: josh.m.sharpe@gmail.com
|
|
34
34
|
executables: []
|
|
35
35
|
|
|
@@ -87,7 +87,7 @@ rubyforge_project:
|
|
|
87
87
|
rubygems_version: 1.3.6
|
|
88
88
|
signing_key:
|
|
89
89
|
specification_version: 3
|
|
90
|
-
summary:
|
|
90
|
+
summary: Easily manage backups as if they were objects.
|
|
91
91
|
test_files:
|
|
92
92
|
- test/helper.rb
|
|
93
93
|
- test/test_peace_of_mind.rb
|