tj_bootstrap_helper 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.rdoc CHANGED
@@ -1,7 +1,7 @@
1
- = BootstrapHelper
1
+ = TJBootstrapHelper
2
2
 
3
3
  This is Tony Jian's Bootstrap helper gem.
4
4
 
5
5
  == Install
6
6
 
7
- gem 'bootstrap_helper', :git => "git://github.com/tonytonyjan/bootstrap-helper.git"
7
+ gem 'bootstrap_helper', :git => "git://github.com/tonytonyjan/tj_bootstrap_helper.git"
data/Rakefile CHANGED
@@ -14,7 +14,7 @@ end
14
14
 
15
15
  RDoc::Task.new(:rdoc) do |rdoc|
16
16
  rdoc.rdoc_dir = 'rdoc'
17
- rdoc.title = 'BootstrapHelper'
17
+ rdoc.title = 'TJBootstrapHelper'
18
18
  rdoc.options << '--line-numbers'
19
19
  rdoc.rdoc_files.include('README.rdoc')
20
20
  rdoc.rdoc_files.include('lib/**/*.rb')
@@ -1,4 +1,4 @@
1
1
  # desc "Explaining what the task does"
2
- # task :tj-bootstrap-helper do
2
+ # task :tj_bootstrap_helper do
3
3
  # # Task goes here
4
4
  # end
@@ -1,3 +1,3 @@
1
1
  module TJBootstrapHelper
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
@@ -0,0 +1,5 @@
1
+ require "tj_bootstrap_helper/version"
2
+ require "tj_bootstrap_helper/helper"
3
+
4
+ module TJBootstrapHelper
5
+ end
@@ -3,7 +3,7 @@ require File.expand_path('../boot', __FILE__)
3
3
  require 'rails/all'
4
4
 
5
5
  Bundler.require
6
- require "tj-bootstrap-helper"
6
+ require "tj_bootstrap_helper"
7
7
 
8
8
  module Dummy
9
9
  class Application < Rails::Application
@@ -8888,3 +8888,125 @@ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"
8888
8888
 
8889
8889
 
8890
8890
  Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
8891
+
8892
+
8893
+ Started GET "/" for 127.0.0.1 at 2012-07-24 15:08:30 +0800
8894
+ Connecting to database specified by database.yml
8895
+ Processing by HomeController#index as HTML
8896
+ Post Load (1.0ms) SELECT "posts".* FROM "posts" 
8897
+ Rendered home/index.html.erb within layouts/application (63.5ms)
8898
+ Rendered home/_topbar.html.erb (1.0ms)
8899
+ Rendered home/_sidebar.html.erb (1.0ms)
8900
+ Completed 200 OK in 562ms (Views: 409.2ms | ActiveRecord: 17.6ms)
8901
+
8902
+
8903
+ Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8904
+ Served asset /bootstrap.min.css - 200 OK (38ms)
8905
+
8906
+
8907
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8908
+ Served asset /jquery_ujs.js - 304 Not Modified (36ms)
8909
+
8910
+
8911
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8912
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (3ms)
8913
+
8914
+
8915
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8916
+ Served asset /jquery.js - 304 Not Modified (67ms)
8917
+
8918
+
8919
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8920
+ Served asset /bootstrap.min.js - 304 Not Modified (2ms)
8921
+
8922
+
8923
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8924
+ Served asset /home.js - 304 Not Modified (1ms)
8925
+
8926
+
8927
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2012-07-24 15:08:33 +0800
8928
+ Served asset /glyphicons-halflings.png - 304 Not Modified (2ms)
8929
+
8930
+
8931
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 15:08:34 +0800
8932
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
8933
+
8934
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
8935
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8936
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8937
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
8938
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
8939
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
8940
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
8941
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
8942
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
8943
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
8944
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
8945
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
8946
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
8947
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
8948
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
8949
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
8950
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
8951
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
8952
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
8953
+
8954
+
8955
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
8956
+
8957
+
8958
+ Started GET "/posts/8" for 127.0.0.1 at 2012-07-24 15:08:37 +0800
8959
+ Processing by PostsController#show as HTML
8960
+ Parameters: {"id"=>"8"}
8961
+ Post Load (0.0ms) SELECT "posts".* FROM "posts" WHERE "posts"."id" = ? LIMIT 1 [["id", "8"]]
8962
+ Rendered posts/show.html.erb within layouts/application (1.0ms)
8963
+ Rendered home/_topbar.html.erb (1.0ms)
8964
+ Rendered home/_sidebar.html.erb (1.0ms)
8965
+ Completed 200 OK in 35ms (Views: 33.2ms | ActiveRecord: 0.0ms)
8966
+
8967
+
8968
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:37 +0800
8969
+ Served asset /jquery.js - 304 Not Modified (0ms)
8970
+
8971
+
8972
+ Started GET "/assets/bootstrap-responsive.min.css?body=1" for 127.0.0.1 at 2012-07-24 15:08:37 +0800
8973
+ Served asset /bootstrap-responsive.min.css - 304 Not Modified (0ms)
8974
+
8975
+
8976
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:38 +0800
8977
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
8978
+
8979
+
8980
+ Started GET "/assets/bootstrap.min.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:38 +0800
8981
+ Served asset /bootstrap.min.js - 304 Not Modified (0ms)
8982
+
8983
+
8984
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2012-07-24 15:08:38 +0800
8985
+ Served asset /home.js - 304 Not Modified (0ms)
8986
+
8987
+
8988
+ Started GET "/assets/ico/favicon.ico" for 127.0.0.1 at 2012-07-24 15:08:38 +0800
8989
+ Served asset /ico/favicon.ico - 404 Not Found (2ms)
8990
+
8991
+ ActionController::RoutingError (No route matches [GET] "/assets/ico/favicon.ico"):
8992
+ actionpack (3.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
8993
+ actionpack (3.2.6) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
8994
+ railties (3.2.6) lib/rails/rack/logger.rb:26:in `call_app'
8995
+ railties (3.2.6) lib/rails/rack/logger.rb:16:in `call'
8996
+ actionpack (3.2.6) lib/action_dispatch/middleware/request_id.rb:22:in `call'
8997
+ rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
8998
+ rack (1.4.1) lib/rack/runtime.rb:17:in `call'
8999
+ activesupport (3.2.6) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
9000
+ rack (1.4.1) lib/rack/lock.rb:15:in `call'
9001
+ actionpack (3.2.6) lib/action_dispatch/middleware/static.rb:62:in `call'
9002
+ railties (3.2.6) lib/rails/engine.rb:479:in `call'
9003
+ railties (3.2.6) lib/rails/application.rb:220:in `call'
9004
+ rack (1.4.1) lib/rack/content_length.rb:14:in `call'
9005
+ railties (3.2.6) lib/rails/rack/log_tailer.rb:17:in `call'
9006
+ rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
9007
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
9008
+ C:/Ruby193/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
9009
+ C:/Ruby193/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
9010
+
9011
+
9012
+ Rendered C:/Ruby193/lib/ruby/gems/1.9.1/gems/actionpack-3.2.6/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tj_bootstrap_helper
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -51,9 +51,9 @@ extensions: []
51
51
  extra_rdoc_files: []
52
52
  files:
53
53
  - lib/tasks/bootstrap-helper_tasks.rake
54
- - lib/tj-bootstrap-helper/helper.rb
55
- - lib/tj-bootstrap-helper/version.rb
56
- - lib/tj-bootstrap-helper.rb
54
+ - lib/tj_bootstrap_helper/helper.rb
55
+ - lib/tj_bootstrap_helper/version.rb
56
+ - lib/tj_bootstrap_helper.rb
57
57
  - MIT-LICENSE
58
58
  - Rakefile
59
59
  - README.rdoc
@@ -1,5 +0,0 @@
1
- require "tj-bootstrap-helper/version"
2
- require "tj-bootstrap-helper/helper"
3
-
4
- module TJBootstrapHelper
5
- end