fullstack-contacts 0.1.3 → 0.1.4
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/fullstack-contacts.gemspec +3 -3
- metadata +4 -4
data/Rakefile
CHANGED
|
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
|
17
17
|
gem.name = "fullstack-contacts"
|
|
18
|
-
gem.homepage = "http://github.com/mcasimir/
|
|
18
|
+
gem.homepage = "http://github.com/mcasimir/fullstack-contacts"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{Contact form and backend for fullstack-cms}
|
|
21
21
|
gem.description = %Q{Contact form and backend for fullstack-cms}
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.1.
|
|
1
|
+
0.1.4
|
data/fullstack-contacts.gemspec
CHANGED
|
@@ -5,11 +5,11 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "fullstack-contacts"
|
|
8
|
-
s.version = "0.1.
|
|
8
|
+
s.version = "0.1.4"
|
|
9
9
|
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
11
11
|
s.authors = ["mcasimir"]
|
|
12
|
-
s.date = "2013-
|
|
12
|
+
s.date = "2013-06-01"
|
|
13
13
|
s.description = "Contact form and backend for fullstack-cms"
|
|
14
14
|
s.email = "maurizio.cas@gmail.com"
|
|
15
15
|
s.extra_rdoc_files = [
|
|
@@ -44,7 +44,7 @@ Gem::Specification.new do |s|
|
|
|
44
44
|
"lib/generators/fullstack/contacts/templates/app/views/fullstack/contacts/_form.html.erb",
|
|
45
45
|
"lib/generators/fullstack/contacts/templates/app/views/fullstack/contacts/_success.html.erb"
|
|
46
46
|
]
|
|
47
|
-
s.homepage = "http://github.com/mcasimir/
|
|
47
|
+
s.homepage = "http://github.com/mcasimir/fullstack-contacts"
|
|
48
48
|
s.licenses = ["MIT"]
|
|
49
49
|
s.require_paths = ["lib"]
|
|
50
50
|
s.rubygems_version = "1.8.25"
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: fullstack-contacts
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.4
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-06-01 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: rails
|
|
@@ -93,7 +93,7 @@ files:
|
|
|
93
93
|
- lib/generators/fullstack/contacts/templates/app/views/contacts_mailer/notify.html.erb
|
|
94
94
|
- lib/generators/fullstack/contacts/templates/app/views/fullstack/contacts/_form.html.erb
|
|
95
95
|
- lib/generators/fullstack/contacts/templates/app/views/fullstack/contacts/_success.html.erb
|
|
96
|
-
homepage: http://github.com/mcasimir/
|
|
96
|
+
homepage: http://github.com/mcasimir/fullstack-contacts
|
|
97
97
|
licenses:
|
|
98
98
|
- MIT
|
|
99
99
|
post_install_message:
|
|
@@ -108,7 +108,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
108
108
|
version: '0'
|
|
109
109
|
segments:
|
|
110
110
|
- 0
|
|
111
|
-
hash: -
|
|
111
|
+
hash: -110943963631695612
|
|
112
112
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
113
113
|
none: false
|
|
114
114
|
requirements:
|