confluence 0.0.0 → 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/README.markdown +31 -0
  2. data/VERSION +1 -1
  3. data/confluence.gemspec +142 -0
  4. metadata +5 -4
  5. data/README.rdoc +0 -19
data/README.markdown ADDED
@@ -0,0 +1,31 @@
1
+ confluence
2
+ =
3
+ In terms of diction, confluence refers to the merging of streams into a grand river.
4
+ This embodies the objective of the confluence project. Consider any given ruby-based
5
+ web application; after a certain point, all the assets, logic, stylesheets, etc. all
6
+ become deeply intertwined with the given project. Modularity, portability, and agility
7
+ are all out the window.
8
+
9
+ Some may argue this is a consequence of the "real world" where "scalability" necessarily
10
+ implies that the code must be a clusterfuck. I humbly beg to differ. Thus confluence,
11
+ the project you have at hand might be grand and momentus like the Amazon River, but,
12
+ you should still build it from trickles, streams, and tributaries and, only in the end,
13
+ do you confluent them together to form the raging rivers of life.
14
+
15
+
16
+
17
+ == Contributing to confluence
18
+
19
+ * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
20
+ * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
21
+ * Fork the project.
22
+ * Start a feature/bugfix branch.
23
+ * Commit and push until you are happy with your contribution.
24
+ * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
25
+ * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
26
+
27
+ == Copyright
28
+
29
+ Copyright (c) 2013 Thomas Chen. See LICENSE.txt for
30
+ further details.
31
+
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.0.1
@@ -0,0 +1,142 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run 'rake gemspec'
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = "confluence"
8
+ s.version = "0.0.1"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Thomas Chen"]
12
+ s.date = "2013-02-14"
13
+ s.description = "confluence is the merging of rivers. In particular, it is the merging of the fay-haskell-coffee-js river with the scss-css river with the psd-png river into the rails-ruby-haml rivers"
14
+ s.email = "foxnewsnetwork@gmail.com"
15
+ s.executables = ["confluence"]
16
+ s.extra_rdoc_files = [
17
+ "LICENSE.txt",
18
+ "README.markdown"
19
+ ]
20
+ s.files = [
21
+ ".document",
22
+ ".rspec",
23
+ "Gemfile",
24
+ "Gemfile.lock",
25
+ "LICENSE.txt",
26
+ "README.markdown",
27
+ "Rakefile",
28
+ "VERSION",
29
+ "bin/confluence",
30
+ "confluence.gemspec",
31
+ "lib/confluence.rb",
32
+ "lib/confluence/navigator.rb",
33
+ "lib/confluence/templates/%project_name%.cabal.tt",
34
+ "lib/confluence/templates/.document",
35
+ "lib/confluence/templates/.gitignore",
36
+ "lib/confluence/templates/.rspec",
37
+ "lib/confluence/templates/Gemfile.tt",
38
+ "lib/confluence/templates/LICENSE.txt.tt",
39
+ "lib/confluence/templates/Makefile.tt",
40
+ "lib/confluence/templates/README.markdown.tt",
41
+ "lib/confluence/templates/Rakefile.tt",
42
+ "lib/confluence/templates/Setup.hs.tt",
43
+ "lib/confluence/templates/TODO.markdown.tt",
44
+ "lib/confluence/templates/assets/html/_%project_name%.html.haml.tt",
45
+ "lib/confluence/templates/assets/images/README.markdown.tt",
46
+ "lib/confluence/templates/assets/javascripts/README.markdown.tt",
47
+ "lib/confluence/templates/assets/stylesheets/README.markdown.tt",
48
+ "lib/confluence/templates/lib/%project_name%.rb.tt",
49
+ "lib/confluence/templates/package.json.tt",
50
+ "lib/confluence/templates/spec/%project_name%_spec.rb.tt",
51
+ "lib/confluence/templates/spec/spec_helper.rb.tt",
52
+ "lib/confluence/templates/src/images/README.markdown.tt",
53
+ "lib/confluence/templates/src/javascripts/%project_name%.hs.tt",
54
+ "lib/confluence/templates/src/stylesheets/%project_name%.scss.tt",
55
+ "lib/confluence/templates/test/integration/.gitignore",
56
+ "lib/confluence/templates/test/integration/Gemfile",
57
+ "lib/confluence/templates/test/integration/Gemfile.lock",
58
+ "lib/confluence/templates/test/integration/README.rdoc",
59
+ "lib/confluence/templates/test/integration/Rakefile",
60
+ "lib/confluence/templates/test/integration/app/assets/images/rails.png",
61
+ "lib/confluence/templates/test/integration/app/assets/javascripts/application.js",
62
+ "lib/confluence/templates/test/integration/app/assets/javascripts/pages.js",
63
+ "lib/confluence/templates/test/integration/app/assets/stylesheets/application.css",
64
+ "lib/confluence/templates/test/integration/app/assets/stylesheets/pages.css",
65
+ "lib/confluence/templates/test/integration/app/controllers/application_controller.rb",
66
+ "lib/confluence/templates/test/integration/app/controllers/pages_controller.rb",
67
+ "lib/confluence/templates/test/integration/app/helpers/application_helper.rb",
68
+ "lib/confluence/templates/test/integration/app/helpers/pages_helper.rb",
69
+ "lib/confluence/templates/test/integration/app/mailers/.gitkeep",
70
+ "lib/confluence/templates/test/integration/app/models/.gitkeep",
71
+ "lib/confluence/templates/test/integration/app/views/layouts/application.html.erb",
72
+ "lib/confluence/templates/test/integration/app/views/pages/index.html.haml",
73
+ "lib/confluence/templates/test/integration/config.ru",
74
+ "lib/confluence/templates/test/integration/config/application.rb",
75
+ "lib/confluence/templates/test/integration/config/boot.rb",
76
+ "lib/confluence/templates/test/integration/config/environment.rb",
77
+ "lib/confluence/templates/test/integration/config/environments/development.rb",
78
+ "lib/confluence/templates/test/integration/config/environments/production.rb",
79
+ "lib/confluence/templates/test/integration/config/environments/test.rb",
80
+ "lib/confluence/templates/test/integration/config/initializers/backtrace_silencers.rb",
81
+ "lib/confluence/templates/test/integration/config/initializers/inflections.rb",
82
+ "lib/confluence/templates/test/integration/config/initializers/mime_types.rb",
83
+ "lib/confluence/templates/test/integration/config/initializers/secret_token.rb",
84
+ "lib/confluence/templates/test/integration/config/initializers/session_store.rb",
85
+ "lib/confluence/templates/test/integration/config/initializers/wrap_parameters.rb",
86
+ "lib/confluence/templates/test/integration/config/locales/en.yml",
87
+ "lib/confluence/templates/test/integration/config/routes.rb",
88
+ "lib/confluence/templates/test/integration/db/seeds.rb",
89
+ "lib/confluence/templates/test/integration/lib/assets/.gitkeep",
90
+ "lib/confluence/templates/test/integration/lib/tasks/.gitkeep",
91
+ "lib/confluence/templates/test/integration/public/404.html",
92
+ "lib/confluence/templates/test/integration/public/422.html",
93
+ "lib/confluence/templates/test/integration/public/500.html",
94
+ "lib/confluence/templates/test/integration/public/favicon.ico",
95
+ "lib/confluence/templates/test/integration/public/robots.txt",
96
+ "lib/confluence/templates/test/integration/script/rails",
97
+ "lib/confluence/templates/test/integration/vendor/assets/javascripts/.gitkeep",
98
+ "lib/confluence/templates/test/integration/vendor/assets/stylesheets/.gitkeep",
99
+ "lib/confluence/templates/test/integration/vendor/plugins/.gitkeep",
100
+ "lib/confluence/templates/test/javascripts/README.markdown.tt",
101
+ "spec/confluence/navigator_spec.rb",
102
+ "spec/confluence_spec.rb",
103
+ "spec/spec_helper.rb",
104
+ "spec/support/file_sytem/navigator.rb"
105
+ ]
106
+ s.homepage = "http://github.com/foxnewsnetwork/confluence"
107
+ s.licenses = ["MIT"]
108
+ s.require_paths = ["lib"]
109
+ s.rubygems_version = "1.8.24"
110
+ s.summary = "A sloppy blobulization of jeweler with things like integration testing, javascript compiling, etc. that seeks to provide a framework for writing modular web assets"
111
+
112
+ if s.respond_to? :specification_version then
113
+ s.specification_version = 3
114
+
115
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
116
+ s.add_runtime_dependency(%q<rake>, [">= 0"])
117
+ s.add_runtime_dependency(%q<bundler>, [">= 0"])
118
+ s.add_runtime_dependency(%q<rdoc>, [">= 0"])
119
+ s.add_runtime_dependency(%q<simplecov>, [">= 0"])
120
+ s.add_runtime_dependency(%q<rspec>, [">= 0"])
121
+ s.add_runtime_dependency(%q<thor>, [">= 0"])
122
+ s.add_development_dependency(%q<jeweler>, ["~> 1.8.4"])
123
+ else
124
+ s.add_dependency(%q<rake>, [">= 0"])
125
+ s.add_dependency(%q<bundler>, [">= 0"])
126
+ s.add_dependency(%q<rdoc>, [">= 0"])
127
+ s.add_dependency(%q<simplecov>, [">= 0"])
128
+ s.add_dependency(%q<rspec>, [">= 0"])
129
+ s.add_dependency(%q<thor>, [">= 0"])
130
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
131
+ end
132
+ else
133
+ s.add_dependency(%q<rake>, [">= 0"])
134
+ s.add_dependency(%q<bundler>, [">= 0"])
135
+ s.add_dependency(%q<rdoc>, [">= 0"])
136
+ s.add_dependency(%q<simplecov>, [">= 0"])
137
+ s.add_dependency(%q<rspec>, [">= 0"])
138
+ s.add_dependency(%q<thor>, [">= 0"])
139
+ s.add_dependency(%q<jeweler>, ["~> 1.8.4"])
140
+ end
141
+ end
142
+
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: 0.0.0
4
+ version: 0.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -132,17 +132,18 @@ executables:
132
132
  extensions: []
133
133
  extra_rdoc_files:
134
134
  - LICENSE.txt
135
- - README.rdoc
135
+ - README.markdown
136
136
  files:
137
137
  - .document
138
138
  - .rspec
139
139
  - Gemfile
140
140
  - Gemfile.lock
141
141
  - LICENSE.txt
142
- - README.rdoc
142
+ - README.markdown
143
143
  - Rakefile
144
144
  - VERSION
145
145
  - bin/confluence
146
+ - confluence.gemspec
146
147
  - lib/confluence.rb
147
148
  - lib/confluence/navigator.rb
148
149
  - lib/confluence/templates/%project_name%.cabal.tt
@@ -232,7 +233,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
232
233
  version: '0'
233
234
  segments:
234
235
  - 0
235
- hash: -1497494143789213432
236
+ hash: 3048967056017507046
236
237
  required_rubygems_version: !ruby/object:Gem::Requirement
237
238
  none: false
238
239
  requirements:
data/README.rdoc DELETED
@@ -1,19 +0,0 @@
1
- = confluence
2
-
3
- Description goes here.
4
-
5
- == Contributing to confluence
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.
9
- * Fork the project.
10
- * Start a feature/bugfix branch.
11
- * Commit and push until you are happy with your contribution.
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
14
-
15
- == Copyright
16
-
17
- Copyright (c) 2013 Thomas Chen. See LICENSE.txt for
18
- further details.
19
-