gutter 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c7b32d0851ab649d6d67477f75794974c50295d3
4
- data.tar.gz: 8d944760913764eac53062da3b0d42691bf97e82
3
+ metadata.gz: 3a14e21395d5fba5109631696c7c309ee9df9510
4
+ data.tar.gz: e290a91e16d759f66698b44ac900efc48df74467
5
5
  SHA512:
6
- metadata.gz: 65f03df192de17c2e1dbbfbea18b9f4b996ba1c75d43036fef79a004547297267135a6b7a9f67e9f3cc0a4dda231fc69f51512f45b39dcd7da2d96389187a70a
7
- data.tar.gz: aadcae53fd0edc28b7041238044d38a96d129627bb5513444e214d0262ed43c2351c867c5837dbbaef9698a7e89345d411dd5cc150a04efe87e199d7766bfda5
6
+ metadata.gz: 791d1f3be9f7e17c2cd6a84a731af58930b7abca4c055541a539e9ae64da3d403ed84ca6161782b68f6278d11e1c008c21eba255a5f62fd5525653919fc2f776
7
+ data.tar.gz: 2f73aef7bfc229d05ca669bd0bb67384cfd86487b8296062bbd84cec77abdf2e2f9735c4e737f80b52ac755a947a2b52b53ad847eac58ea002f01324c6a6994b
@@ -0,0 +1,9 @@
1
+ .bundle/
2
+ log/*.log
3
+ pkg/
4
+ test/dummy/db/*.sqlite3
5
+ test/dummy/log/*.log
6
+ test/dummy/tmp/
7
+ test/dummy/.sass-cache
8
+ test/dummy/*
9
+ .idea/*
@@ -0,0 +1 @@
1
+ gutter
@@ -0,0 +1 @@
1
+ 2.1.2
data/Gemfile ADDED
@@ -0,0 +1,19 @@
1
+ source "https://rubygems.org"
2
+
3
+ # Declare your gem's dependencies in gutter.gemspec.
4
+ # Bundler will treat runtime dependencies like base dependencies, and
5
+ # development dependencies will be added by default to the :development group.
6
+ gemspec
7
+
8
+ # jquery-rails is used by the dummy application
9
+ gem "jquery-rails"
10
+ gem 'jquery-ui-rails'
11
+ gem 'jquery-datatables-rails', git: 'git://github.com/rweng/jquery-datatables-rails.git'
12
+
13
+ # Declare any dependencies that are still in development here instead of in
14
+ # your gemspec. These might include edge Rails or gems from your path or
15
+ # Git. Remember to move these dependencies to your gemspec before releasing
16
+ # your gem to rubygems.org.
17
+
18
+ # To use debugger
19
+ # gem 'debugger'
@@ -0,0 +1,114 @@
1
+ GIT
2
+ remote: git://github.com/rweng/jquery-datatables-rails.git
3
+ revision: 477e49a649c8d862988298bc96a93e030d023e0e
4
+ specs:
5
+ jquery-datatables-rails (1.12.2)
6
+ jquery-rails
7
+ sass-rails
8
+
9
+ PATH
10
+ remote: .
11
+ specs:
12
+ gutter (0.0.1)
13
+ rails (~> 3.2.16)
14
+
15
+ GEM
16
+ remote: https://rubygems.org/
17
+ specs:
18
+ actionmailer (3.2.18)
19
+ actionpack (= 3.2.18)
20
+ mail (~> 2.5.4)
21
+ actionpack (3.2.18)
22
+ activemodel (= 3.2.18)
23
+ activesupport (= 3.2.18)
24
+ builder (~> 3.0.0)
25
+ erubis (~> 2.7.0)
26
+ journey (~> 1.0.4)
27
+ rack (~> 1.4.5)
28
+ rack-cache (~> 1.2)
29
+ rack-test (~> 0.6.1)
30
+ sprockets (~> 2.2.1)
31
+ activemodel (3.2.18)
32
+ activesupport (= 3.2.18)
33
+ builder (~> 3.0.0)
34
+ activerecord (3.2.18)
35
+ activemodel (= 3.2.18)
36
+ activesupport (= 3.2.18)
37
+ arel (~> 3.0.2)
38
+ tzinfo (~> 0.3.29)
39
+ activeresource (3.2.18)
40
+ activemodel (= 3.2.18)
41
+ activesupport (= 3.2.18)
42
+ activesupport (3.2.18)
43
+ i18n (~> 0.6, >= 0.6.4)
44
+ multi_json (~> 1.0)
45
+ arel (3.0.3)
46
+ builder (3.0.4)
47
+ erubis (2.7.0)
48
+ hike (1.2.3)
49
+ i18n (0.6.9)
50
+ journey (1.0.4)
51
+ jquery-rails (3.1.0)
52
+ railties (>= 3.0, < 5.0)
53
+ thor (>= 0.14, < 2.0)
54
+ jquery-ui-rails (4.2.1)
55
+ railties (>= 3.2.16)
56
+ json (1.8.1)
57
+ mail (2.5.4)
58
+ mime-types (~> 1.16)
59
+ treetop (~> 1.4.8)
60
+ mime-types (1.25.1)
61
+ multi_json (1.10.0)
62
+ polyglot (0.3.4)
63
+ rack (1.4.5)
64
+ rack-cache (1.2)
65
+ rack (>= 0.4)
66
+ rack-ssl (1.3.4)
67
+ rack
68
+ rack-test (0.6.2)
69
+ rack (>= 1.0)
70
+ rails (3.2.18)
71
+ actionmailer (= 3.2.18)
72
+ actionpack (= 3.2.18)
73
+ activerecord (= 3.2.18)
74
+ activeresource (= 3.2.18)
75
+ activesupport (= 3.2.18)
76
+ bundler (~> 1.0)
77
+ railties (= 3.2.18)
78
+ railties (3.2.18)
79
+ actionpack (= 3.2.18)
80
+ activesupport (= 3.2.18)
81
+ rack-ssl (~> 1.3.2)
82
+ rake (>= 0.8.7)
83
+ rdoc (~> 3.4)
84
+ thor (>= 0.14.6, < 2.0)
85
+ rake (10.3.1)
86
+ rdoc (3.12.2)
87
+ json (~> 1.4)
88
+ sass (3.3.7)
89
+ sass-rails (3.2.6)
90
+ railties (~> 3.2.0)
91
+ sass (>= 3.1.10)
92
+ tilt (~> 1.3)
93
+ sprockets (2.2.2)
94
+ hike (~> 1.2)
95
+ multi_json (~> 1.0)
96
+ rack (~> 1.0)
97
+ tilt (~> 1.1, != 1.3.0)
98
+ sqlite3 (1.3.9)
99
+ thor (0.19.1)
100
+ tilt (1.4.1)
101
+ treetop (1.4.15)
102
+ polyglot
103
+ polyglot (>= 0.3.1)
104
+ tzinfo (0.3.39)
105
+
106
+ PLATFORMS
107
+ ruby
108
+
109
+ DEPENDENCIES
110
+ gutter!
111
+ jquery-datatables-rails!
112
+ jquery-rails
113
+ jquery-ui-rails
114
+ sqlite3
@@ -0,0 +1,20 @@
1
+ Copyright 2014 YOURNAME
2
+
3
+ Permission is hereby granted, free of charge, to any person obtaining
4
+ a copy of this software and associated documentation files (the
5
+ "Software"), to deal in the Software without restriction, including
6
+ without limitation the rights to use, copy, modify, merge, publish,
7
+ distribute, sublicense, and/or sell copies of the Software, and to
8
+ permit persons to whom the Software is furnished to do so, subject to
9
+ the following conditions:
10
+
11
+ The above copyright notice and this permission notice shall be
12
+ included in all copies or substantial portions of the Software.
13
+
14
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
15
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
16
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
17
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
18
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
19
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
20
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
File without changes
@@ -0,0 +1,21 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ # Maintain your gem's version:
4
+ require "gutter/version"
5
+
6
+ # Describe your gem and declare its dependencies:
7
+ Gem::Specification.new do |s|
8
+ s.name = 'gutter'
9
+ s.version = Gutter::VERSION
10
+ s.authors = ['Rajeev Kannav Sharma']
11
+ s.email = ['rajeevsharma86@gmail.com']
12
+ s.homepage = 'http://rajeevkannav.github.io/gutter'
13
+ s.summary = 'Gutter - Linux-Ruby DashBoard'
14
+ s.description = 'A low-overhead monitoring web dashboard for a GNU/Linux machine. Simply drop-in the app and go!'
15
+ s.files = `git ls-files`.split("\n")
16
+ s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
17
+ # s.files = Dir["{app,config,db,lib}/**/*"] + ['LICENSE', 'Rakefile', 'README.md']
18
+ s.test_files = Dir["test/**/*"]
19
+ s.add_dependency "rails", "~> 3.2.16"
20
+ s.add_development_dependency "sqlite3"
21
+ end
@@ -1,3 +1,3 @@
1
1
  module Gutter
2
- VERSION = "0.0.1"
2
+ VERSION = '0.0.2'
3
3
  end
@@ -0,0 +1,8 @@
1
+ #!/usr/bin/env ruby
2
+ # This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application.
3
+
4
+ ENGINE_ROOT = File.expand_path('../..', __FILE__)
5
+ ENGINE_PATH = File.expand_path('../../lib/gutter/engine', __FILE__)
6
+
7
+ require 'rails/all'
8
+ require 'rails/engine/commands'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gutter
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rajeev Kannav Sharma
@@ -46,9 +46,16 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - ".gitignore"
50
+ - ".ruby-gemset"
51
+ - ".ruby-version"
52
+ - Gemfile
53
+ - Gemfile.lock
49
54
  - LICENSE
55
+ - MIT-LICENSE
50
56
  - README.md
51
57
  - Rakefile
58
+ - app/assets/images/gutter/.gitkeep
52
59
  - app/assets/javascripts/base.js
53
60
  - app/assets/javascripts/gutter/application.js
54
61
  - app/assets/javascripts/gutter/bootstrap.js
@@ -80,10 +87,12 @@ files:
80
87
  - app/views/gutter/gutter/index.html.erb
81
88
  - app/views/layouts/gutter/application.html.erb
82
89
  - config/routes.rb
90
+ - gutter.gemspec
83
91
  - lib/gutter.rb
84
92
  - lib/gutter/engine.rb
85
93
  - lib/gutter/version.rb
86
94
  - lib/tasks/gutter_tasks.rake
95
+ - script/rails
87
96
  - test/dummy/-version}]
88
97
  - test/dummy/README.rdoc
89
98
  - test/dummy/Rakefile
@@ -91,6 +100,8 @@ files:
91
100
  - test/dummy/app/assets/stylesheets/application.css
92
101
  - test/dummy/app/controllers/application_controller.rb
93
102
  - test/dummy/app/helpers/application_helper.rb
103
+ - test/dummy/app/mailers/.gitkeep
104
+ - test/dummy/app/models/.gitkeep
94
105
  - test/dummy/app/views/layouts/application.html.erb
95
106
  - test/dummy/config.ru
96
107
  - test/dummy/config/application.rb
@@ -109,6 +120,8 @@ files:
109
120
  - test/dummy/config/locales/en.yml
110
121
  - test/dummy/config/routes.rb
111
122
  - test/dummy/db/development.sqlite3
123
+ - test/dummy/lib/assets/.gitkeep
124
+ - test/dummy/log/.gitkeep
112
125
  - test/dummy/log/development.log
113
126
  - test/dummy/plain
114
127
  - test/dummy/public/404.html
@@ -367,7 +380,6 @@ files:
367
380
  - test/dummy/tmp/cache/assets/E9A/140/sprockets%2Faf8b05634ecfcdeb876bdf0de4b79ffc
368
381
  - test/dummy/tmp/cache/assets/E9B/570/sprockets%2F07f6b4f95754ee6e8da8deb7cbacdadd
369
382
  - test/dummy/tmp/cache/assets/EA4/AD0/sprockets%2Fcbe751f1bc0a3ab64e3eac8e80abaead
370
- - test/dummy/tmp/pids/server.pid
371
383
  - test/functional/gutter/gutter_controller_test.rb
372
384
  - test/gutter_test.rb
373
385
  - test/integration/navigation_test.rb
@@ -400,7 +412,6 @@ test_files:
400
412
  - test/gutter_test.rb
401
413
  - test/functional/gutter/gutter_controller_test.rb
402
414
  - test/test_helper.rb
403
- - test/dummy/tmp/pids/server.pid
404
415
  - test/dummy/tmp/cache/assets/D4C/E70/sprockets%2F17678645a655cdf95b204e86dda4d8ca
405
416
  - test/dummy/tmp/cache/assets/CDA/CC0/sprockets%2F2d36fe07a11e546f4f2057ec42d01975
406
417
  - test/dummy/tmp/cache/assets/CD5/9B0/sprockets%2F427511319aada8b2bf069b58906b504e
@@ -1 +0,0 @@
1
- 4778