muck-invites 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/app/views/invites/_invite_compose.erb +3 -1
- data/app/views/invites/_invite_scripts.erb +3 -1
- data/muck-invites.gemspec +3 -4
- metadata +6 -6
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.1.
|
|
1
|
+
3.1.1
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
</div>
|
|
35
35
|
</div>
|
|
36
36
|
<%= render :partial => 'invites/invite_scripts' %>
|
|
37
|
+
<% content_for :javascript do -%>
|
|
37
38
|
<script type="text/javascript" language="JavaScript">
|
|
38
39
|
jQuery(document).ready(function() {
|
|
39
40
|
|
|
@@ -59,4 +60,5 @@ jQuery(document).ready(function() {
|
|
|
59
60
|
});
|
|
60
61
|
<% end -%>
|
|
61
62
|
});
|
|
62
|
-
</script>
|
|
63
|
+
</script>
|
|
64
|
+
<% end -%>
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
<% content_for :javascript do -%>
|
|
1
2
|
<script type="text/javascript" language="JavaScript">
|
|
2
3
|
jQuery(document).ready(function() {
|
|
3
4
|
jQuery(".get-contacts-button").click(function() {
|
|
@@ -57,4 +58,5 @@ function excluded_checkbox_by_email(emails, checked){
|
|
|
57
58
|
}
|
|
58
59
|
});
|
|
59
60
|
}
|
|
60
|
-
</script>
|
|
61
|
+
</script>
|
|
62
|
+
<% end -%>
|
data/muck-invites.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = %q{muck-invites}
|
|
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{The invite engine for the muck system.}
|
|
14
14
|
s.email = %q{justin@tatemae.com}
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -101,11 +101,10 @@ Gem::Specification.new do |s|
|
|
|
101
101
|
]
|
|
102
102
|
s.homepage = %q{http://github.com/tatemae/muck-invites}
|
|
103
103
|
s.require_paths = ["lib"]
|
|
104
|
-
s.rubygems_version = %q{1.
|
|
104
|
+
s.rubygems_version = %q{1.6.0}
|
|
105
105
|
s.summary = %q{The invite engine for the muck system}
|
|
106
106
|
|
|
107
107
|
if s.respond_to? :specification_version then
|
|
108
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
|
109
108
|
s.specification_version = 3
|
|
110
109
|
|
|
111
110
|
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-invites
|
|
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, Joel Duffin
|
|
@@ -15,7 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date:
|
|
18
|
+
date: 2011-03-19 00:00:00 -06:00
|
|
19
19
|
default_executable:
|
|
20
20
|
dependencies:
|
|
21
21
|
- !ruby/object:Gem::Dependency
|
|
@@ -181,7 +181,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
181
181
|
requirements: []
|
|
182
182
|
|
|
183
183
|
rubyforge_project:
|
|
184
|
-
rubygems_version: 1.
|
|
184
|
+
rubygems_version: 1.6.0
|
|
185
185
|
signing_key:
|
|
186
186
|
specification_version: 3
|
|
187
187
|
summary: The invite engine for the muck system
|