revelry_core 0.1.10.6 → 0.1.10.7
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 102f5a3d361437378093a019ef3a143b05a8cca3
|
4
|
+
data.tar.gz: 9daf469cff4f08b0206ef55a023ca6206b8489b4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: da74d4a5ef782ab6893b9e2d978409f267a63657e8d1f0a36dc21f132ce4234db30e06a79e2456e3ba563e2c298eb210051a4e9fe9cd384164ffffd7ba56e80e
|
7
|
+
data.tar.gz: 03e0569be1b3291a08be46342950fcbacb00ae73a3bc1fcc78ee8b363f3191df83c289c9e1830e907432a4ed3969e2d0264d67a4abff374ff7652cb7fe8da703
|
@@ -5,7 +5,7 @@ Rev.registerComponent 'Button',
|
|
5
5
|
RevButton: true
|
6
6
|
["tiny", "small", "medium", "large", "alert", "disabled", "secondary", "success", "expand"].forEach (propName) =>
|
7
7
|
className[propName] = true if @props[propName]
|
8
|
-
@
|
8
|
+
@classAdd className
|
9
9
|
|
10
10
|
render: ->
|
11
11
|
props = @getPropsWithout "tiny", "small", "medium", "large", "alert", "secondary", "success", "expand"
|
data/lib/revelry_core/version.rb
CHANGED
@@ -19586,3 +19586,39 @@ Started GET "/assets/revelry/client.self.js?body=1" for ::1 at 2015-06-26 16:02:
|
|
19586
19586
|
|
19587
19587
|
|
19588
19588
|
Started GET "/assets/application.self.js?body=1" for ::1 at 2015-06-26 16:02:32 -0500
|
19589
|
+
|
19590
|
+
|
19591
|
+
Started GET "/projects" for ::1 at 2015-06-29 11:43:47 -0500
|
19592
|
+
|
19593
|
+
ActionController::RoutingError (No route matches [GET] "/projects"):
|
19594
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
19595
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
19596
|
+
railties (4.2.1) lib/rails/rack/logger.rb:38:in `call_app'
|
19597
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `block in call'
|
19598
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
19599
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:26:in `tagged'
|
19600
|
+
activesupport (4.2.1) lib/active_support/tagged_logging.rb:68:in `tagged'
|
19601
|
+
railties (4.2.1) lib/rails/rack/logger.rb:20:in `call'
|
19602
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
19603
|
+
rack (1.6.0) lib/rack/methodoverride.rb:22:in `call'
|
19604
|
+
rack (1.6.0) lib/rack/runtime.rb:18:in `call'
|
19605
|
+
activesupport (4.2.1) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
|
19606
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
19607
|
+
actionpack (4.2.1) lib/action_dispatch/middleware/static.rb:113:in `call'
|
19608
|
+
rack (1.6.0) lib/rack/sendfile.rb:113:in `call'
|
19609
|
+
railties (4.2.1) lib/rails/engine.rb:518:in `call'
|
19610
|
+
railties (4.2.1) lib/rails/application.rb:164:in `call'
|
19611
|
+
rack (1.6.0) lib/rack/lock.rb:17:in `call'
|
19612
|
+
rack (1.6.0) lib/rack/content_length.rb:15:in `call'
|
19613
|
+
rack (1.6.0) lib/rack/handler/webrick.rb:89:in `service'
|
19614
|
+
/opt/rubies/2.0.0-p451/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
|
19615
|
+
/opt/rubies/2.0.0-p451/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
|
19616
|
+
/opt/rubies/2.0.0-p451/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
|
19617
|
+
|
19618
|
+
|
19619
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (4.6ms)
|
19620
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (14.8ms)
|
19621
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.1ms)
|
19622
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/routes/_table.html.erb (20.1ms)
|
19623
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (7.6ms)
|
19624
|
+
Rendered /opt/rubies/2.0.0-p451/lib/ruby/gems/2.0.0/gems/actionpack-4.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (144.7ms)
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: revelry_core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.10.
|
4
|
+
version: 0.1.10.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Revelry Labs, LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06
|
11
|
+
date: 2015-07-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -2052,7 +2052,6 @@ files:
|
|
2052
2052
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZXQTc1bSmmxSJov8T1YQOSmWpQkzg0yBzoQisQ-G8nM.cache
|
2053
2053
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zYuAn7ok3miLpnLjpj72Tuvb69JIuEwWpMMVROg_vEk.cache
|
2054
2054
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zyXy4f2iOKrEzsb1Irn7ye_Kfhqi0E081jwJ3q7een8.cache
|
2055
|
-
- spec/dummy/tmp/pids/server.pid
|
2056
2055
|
- spec/dummy/tmp/react-rails/JSXTransformer.js
|
2057
2056
|
- spec/dummy/tmp/react-rails/react.js
|
2058
2057
|
- spec/javascripts/components/main_spec.js
|
@@ -3708,7 +3707,6 @@ test_files:
|
|
3708
3707
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/ZXQTc1bSmmxSJov8T1YQOSmWpQkzg0yBzoQisQ-G8nM.cache
|
3709
3708
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zYuAn7ok3miLpnLjpj72Tuvb69JIuEwWpMMVROg_vEk.cache
|
3710
3709
|
- spec/dummy/tmp/cache/assets/development/sprockets/v3.0/zyXy4f2iOKrEzsb1Irn7ye_Kfhqi0E081jwJ3q7een8.cache
|
3711
|
-
- spec/dummy/tmp/pids/server.pid
|
3712
3710
|
- spec/dummy/tmp/react-rails/JSXTransformer.js
|
3713
3711
|
- spec/dummy/tmp/react-rails/react.js
|
3714
3712
|
- spec/javascripts/components/main_spec.js
|
@@ -1 +0,0 @@
|
|
1
|
-
88366
|