plist4r 1.0.0 → 1.0.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/Rakefile +1 -1
- data/VERSION +1 -1
- data/plist4r.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
|
@@ -6,7 +6,7 @@ begin
|
|
|
6
6
|
Jeweler::Tasks.new do |gem|
|
|
7
7
|
gem.name = "plist4r"
|
|
8
8
|
gem.summary = %Q{Dreamcat4's plist4r gem. For reading/writing plists in ruby}
|
|
9
|
-
gem.description = %Q{
|
|
9
|
+
gem.description = %Q{Plist4r is for editing Plist files in an easy-to-use, fast, and reliabile way. A comprehensive and fully featured Ruby library. Xml and Binary file formats are supported, with backends for Linux and Mac.}
|
|
10
10
|
gem.email = "dreamcat4@gmail.com"
|
|
11
11
|
gem.homepage = "http://github.com/dreamcat4/plist4r"
|
|
12
12
|
gem.authors = ["dreamcat4"]
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/plist4r.gemspec
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{plist4r}
|
|
8
|
-
s.version = "1.0.
|
|
8
|
+
s.version = "1.0.1"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["dreamcat4"]
|
|
12
12
|
s.date = %q{2010-07-20}
|
|
13
13
|
s.default_executable = %q{plist4r}
|
|
14
|
-
s.description = %q{
|
|
14
|
+
s.description = %q{Plist4r is for editing Plist files in an easy-to-use, fast, and reliabile way. A comprehensive and fully featured Ruby library. Xml and Binary file formats are supported, with backends for Linux and Mac.}
|
|
15
15
|
s.email = %q{dreamcat4@gmail.com}
|
|
16
16
|
s.executables = ["plist4r"]
|
|
17
17
|
s.extensions = ["ext/osx_plist/extconf.rb"]
|
metadata
CHANGED
|
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
|
5
5
|
segments:
|
|
6
6
|
- 1
|
|
7
7
|
- 0
|
|
8
|
-
-
|
|
9
|
-
version: 1.0.
|
|
8
|
+
- 1
|
|
9
|
+
version: 1.0.1
|
|
10
10
|
platform: ruby
|
|
11
11
|
authors:
|
|
12
12
|
- dreamcat4
|
|
@@ -91,7 +91,7 @@ dependencies:
|
|
|
91
91
|
version: "0"
|
|
92
92
|
type: :development
|
|
93
93
|
version_requirements: *id006
|
|
94
|
-
description:
|
|
94
|
+
description: Plist4r is for editing Plist files in an easy-to-use, fast, and reliabile way. A comprehensive and fully featured Ruby library. Xml and Binary file formats are supported, with backends for Linux and Mac.
|
|
95
95
|
email: dreamcat4@gmail.com
|
|
96
96
|
executables:
|
|
97
97
|
- plist4r
|