muck-friends 3.1.0 → 3.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/muck-friends.gemspec +3 -4
- metadata +6 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.1
|
data/muck-friends.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-friends}
|
|
8
|
-
s.version = "3.1.
|
|
8
|
+
s.version = "3.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 = ["Justin Ball", "Joel Duffin"]
|
|
12
|
-
s.date = %q{
|
|
12
|
+
s.date = %q{2011-03-19}
|
|
13
13
|
s.description = %q{Friend engine for the muck system.}
|
|
14
14
|
s.email = %q{justin@tatemae.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -92,11 +92,10 @@ Gem::Specification.new do |s|
|
|
|
92
92
|
]
|
|
93
93
|
s.homepage = %q{http://github.com/tatemae/muck-friends}
|
|
94
94
|
s.require_paths = ["lib"]
|
|
95
|
-
s.rubygems_version = %q{1.
|
|
95
|
+
s.rubygems_version = %q{1.6.0}
|
|
96
96
|
s.summary = %q{Friends engine for the muck system}
|
|
97
97
|
|
|
98
98
|
if s.respond_to? :specification_version then
|
|
99
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
100
99
|
s.specification_version = 3
|
|
101
100
|
|
|
102
101
|
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: muck-friends
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
5
|
-
prerelease:
|
|
4
|
+
hash: 1
|
|
5
|
+
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 3
|
|
8
8
|
- 1
|
|
9
|
-
-
|
|
10
|
-
version: 3.1.
|
|
9
|
+
- 1
|
|
10
|
+
version: 3.1.1
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Justin Ball
|
|
@@ -16,7 +16,7 @@ autorequire:
|
|
|
16
16
|
bindir: bin
|
|
17
17
|
cert_chain: []
|
|
18
18
|
|
|
19
|
-
date:
|
|
19
|
+
date: 2011-03-19 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -173,7 +173,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
173
173
|
requirements: []
|
|
174
174
|
|
|
175
175
|
rubyforge_project:
|
|
176
|
-
rubygems_version: 1.
|
|
176
|
+
rubygems_version: 1.6.0
|
|
177
177
|
signing_key:
|
|
178
178
|
specification_version: 3
|
|
179
179
|
summary: Friends engine for the muck system
|