confluence 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/confluence.gemspec +2 -2
- metadata +10 -5
data/Rakefile
CHANGED
|
@@ -18,7 +18,7 @@ Jeweler::Tasks.new do |gem|
|
|
|
18
18
|
gem.homepage = "http://github.com/foxnewsnetwork/confluence"
|
|
19
19
|
gem.license = "MIT"
|
|
20
20
|
gem.summary = %Q{A sloppy blobulization of jeweler with things like integration testing, javascript compiling, etc. that seeks to provide a framework for writing modular web assets}
|
|
21
|
-
gem.description = %Q{
|
|
21
|
+
gem.description = %Q{One of the biggest problems facing any ruby (possibly rails) based web dev is the extreme lack of modularization of actual web components. Sure there are plenty of great modularized tools from rails to sprockets to whatever outthere that will help you get build a cool web app, but there is very little in terms of convention to help you build a cool web kit that can be reused anywhere else. Confluence is designed and used (by me) to build highly modular web assets like navigation bars, footers, map views, user profile tabs, etc. so that I never have to build the same again across different application.}
|
|
22
22
|
gem.email = "foxnewsnetwork@gmail.com"
|
|
23
23
|
gem.authors = ["Thomas Chen"]
|
|
24
24
|
# dependencies defined in Gemfile
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.0.
|
|
1
|
+
1.0.1
|
data/confluence.gemspec
CHANGED
|
@@ -5,12 +5,12 @@
|
|
|
5
5
|
|
|
6
6
|
Gem::Specification.new do |s|
|
|
7
7
|
s.name = "confluence"
|
|
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 = ["Thomas Chen"]
|
|
12
12
|
s.date = "2013-02-20"
|
|
13
|
-
s.description = "
|
|
13
|
+
s.description = "One of the biggest problems facing any ruby (possibly rails) based web dev is the extreme lack of modularization of actual web components. Sure there are plenty of great modularized tools from rails to sprockets to whatever outthere that will help you get build a cool web app, but there is very little in terms of convention to help you build a cool web kit that can be reused anywhere else. Confluence is designed and used (by me) to build highly modular web assets like navigation bars, footers, map views, user profile tabs, etc. so that I never have to build the same again across different application."
|
|
14
14
|
s.email = "foxnewsnetwork@gmail.com"
|
|
15
15
|
s.executables = ["confluence"]
|
|
16
16
|
s.extra_rdoc_files = [
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: confluence
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.0.
|
|
4
|
+
version: 1.0.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -235,9 +235,14 @@ dependencies:
|
|
|
235
235
|
- - ~>
|
|
236
236
|
- !ruby/object:Gem::Version
|
|
237
237
|
version: 0.0.1
|
|
238
|
-
description:
|
|
239
|
-
|
|
240
|
-
|
|
238
|
+
description: One of the biggest problems facing any ruby (possibly rails) based web
|
|
239
|
+
dev is the extreme lack of modularization of actual web components. Sure there are
|
|
240
|
+
plenty of great modularized tools from rails to sprockets to whatever outthere that
|
|
241
|
+
will help you get build a cool web app, but there is very little in terms of convention
|
|
242
|
+
to help you build a cool web kit that can be reused anywhere else. Confluence is
|
|
243
|
+
designed and used (by me) to build highly modular web assets like navigation bars,
|
|
244
|
+
footers, map views, user profile tabs, etc. so that I never have to build the same
|
|
245
|
+
again across different application.
|
|
241
246
|
email: foxnewsnetwork@gmail.com
|
|
242
247
|
executables:
|
|
243
248
|
- confluence
|
|
@@ -375,7 +380,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
375
380
|
version: '0'
|
|
376
381
|
segments:
|
|
377
382
|
- 0
|
|
378
|
-
hash:
|
|
383
|
+
hash: 2615759488987824711
|
|
379
384
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
380
385
|
none: false
|
|
381
386
|
requirements:
|