gumby2-rails 0.0.1 → 0.0.2

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/.DS_Store ADDED
Binary file
@@ -1,5 +1,5 @@
1
1
  module Gumby2
2
2
  module Rails
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
Binary file
File without changes
File without changes
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gumby2-rails
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:
@@ -18,6 +18,7 @@ executables: []
18
18
  extensions: []
19
19
  extra_rdoc_files: []
20
20
  files:
21
+ - .DS_Store
21
22
  - .gitignore
22
23
  - Gemfile
23
24
  - LICENSE.txt
@@ -30,25 +31,24 @@ files:
30
31
  - vendor/assets/fonts/icons/entypo.eot
31
32
  - vendor/assets/fonts/icons/entypo.ttf
32
33
  - vendor/assets/fonts/icons/entypo.woff
33
- - vendor/assets/js/libs/gumby.init.js
34
- - vendor/assets/js/libs/gumby.js
35
- - vendor/assets/js/libs/gumby.min.js
36
- - vendor/assets/js/libs/jquery-1.10.1.min.js
37
- - vendor/assets/js/libs/jquery-2.0.2.min.js
38
- - vendor/assets/js/libs/jquery.mobile.custom.min.js
39
- - vendor/assets/js/libs/modernizr-2.6.2.min.js
40
- - vendor/assets/js/libs/ui/gumby.checkbox.js
41
- - vendor/assets/js/libs/ui/gumby.fittext.js
42
- - vendor/assets/js/libs/ui/gumby.fixed.js
43
- - vendor/assets/js/libs/ui/gumby.navbar.js
44
- - vendor/assets/js/libs/ui/gumby.radiobtn.js
45
- - vendor/assets/js/libs/ui/gumby.retina.js
46
- - vendor/assets/js/libs/ui/gumby.skiplink.js
47
- - vendor/assets/js/libs/ui/gumby.tabs.js
48
- - vendor/assets/js/libs/ui/gumby.toggleswitch.js
49
- - vendor/assets/js/libs/ui/jquery.validation.js
50
- - vendor/assets/js/main.js
51
- - vendor/assets/js/plugins.js
34
+ - vendor/assets/javascripts/.DS_Store
35
+ - vendor/assets/javascripts/gumby.init.js
36
+ - vendor/assets/javascripts/gumby.js
37
+ - vendor/assets/javascripts/gumby.min.js
38
+ - vendor/assets/javascripts/jquery-1.10.1.min.js
39
+ - vendor/assets/javascripts/jquery-2.0.2.min.js
40
+ - vendor/assets/javascripts/jquery.mobile.custom.min.js
41
+ - vendor/assets/javascripts/modernizr-2.6.2.min.js
42
+ - vendor/assets/javascripts/ui/gumby.checkbox.js
43
+ - vendor/assets/javascripts/ui/gumby.fittext.js
44
+ - vendor/assets/javascripts/ui/gumby.fixed.js
45
+ - vendor/assets/javascripts/ui/gumby.navbar.js
46
+ - vendor/assets/javascripts/ui/gumby.radiobtn.js
47
+ - vendor/assets/javascripts/ui/gumby.retina.js
48
+ - vendor/assets/javascripts/ui/gumby.skiplink.js
49
+ - vendor/assets/javascripts/ui/gumby.tabs.js
50
+ - vendor/assets/javascripts/ui/gumby.toggleswitch.js
51
+ - vendor/assets/javascripts/ui/jquery.validation.js
52
52
  - vendor/assets/stylesheets/.DS_Store
53
53
  - vendor/assets/stylesheets/gumby.css
54
54
  - vendor/assets/stylesheets/sass/_base.scss
@@ -1,25 +0,0 @@
1
- // Gumby is ready to go
2
- Gumby.ready(function() {
3
- console.log('Gumby is ready to go...', Gumby.debug());
4
-
5
- // placeholder polyfil
6
- if(Gumby.isOldie || Gumby.$dom.find('html').hasClass('ie9')) {
7
- $('input, textarea').placeholder();
8
- }
9
- });
10
-
11
- // Oldie document loaded
12
- Gumby.oldie(function() {
13
- console.log("This is an oldie browser...");
14
- });
15
-
16
- // Touch devices loaded
17
- Gumby.touch(function() {
18
- console.log("This is a touch enabled device...");
19
- });
20
-
21
- // Document ready
22
- $(function() {
23
-
24
- });
25
-
@@ -1,8 +0,0 @@
1
- window.log=function(){log.history=log.history||[];log.history.push(arguments);if(this.console){arguments.callee=arguments.callee.caller;var a=[].slice.call(arguments);(typeof console.log==="object"?log.apply.call(console.log,console,a):console.log.apply(console,a))}};
2
- (function(b){function c(){}for(var d="assert,count,debug,dir,dirxml,error,exception,group,groupCollapsed,groupEnd,info,log,timeStamp,profile,profileEnd,time,timeEnd,trace,warn".split(","),a;a=d.pop();){b[a]=b[a]||c}})((function(){try
3
- {console.log();return window.console;}catch(err){return window.console={};}})());
4
-
5
- /*! http://mths.be/placeholder v2.0.7 by @mathias */
6
- ;(function(f,h,$){var a='placeholder' in h.createElement('input'),d='placeholder' in h.createElement('textarea'),i=$.fn,c=$.valHooks,k,j;if(a&&d){j=i.placeholder=function(){return this};j.input=j.textarea=true}else{j=i.placeholder=function(){var l=this;l.filter((a?'textarea':':input')+'[placeholder]').not('.placeholder').bind({'focus.placeholder':b,'blur.placeholder':e}).data('placeholder-enabled',true).trigger('blur.placeholder');return l};j.input=a;j.textarea=d;k={get:function(m){var l=$(m);return l.data('placeholder-enabled')&&l.hasClass('placeholder')?'':m.value},set:function(m,n){var l=$(m);if(!l.data('placeholder-enabled')){return m.value=n}if(n==''){m.value=n;if(m!=h.activeElement){e.call(m)}}else{if(l.hasClass('placeholder')){b.call(m,true,n)||(m.value=n)}else{m.value=n}}return l}};a||(c.input=k);d||(c.textarea=k);$(function(){$(h).delegate('form','submit.placeholder',function(){var l=$('.placeholder',this).each(b);setTimeout(function(){l.each(e)},10)})});$(f).bind('beforeunload.placeholder',function(){$('.placeholder').each(function(){this.value=''})})}function g(m){var l={},n=/^jQuery\d+$/;$.each(m.attributes,function(p,o){if(o.specified&&!n.test(o.name)){l[o.name]=o.value}});return l}function b(m,n){var l=this,o=$(l);if(l.value==o.attr('placeholder')&&o.hasClass('placeholder')){if(o.data('placeholder-password')){o=o.hide().next().show().attr('id',o.removeAttr('id').data('placeholder-id'));if(m===true){return o[0].value=n}o.focus()}else{l.value='';o.removeClass('placeholder');l==h.activeElement&&l.select()}}}function e(){var q,l=this,p=$(l),m=p,o=this.id;if(l.value==''){if(l.type=='password'){if(!p.data('placeholder-textinput')){try{q=p.clone().attr({type:'text'})}catch(n){q=$('<input>').attr($.extend(g(this),{type:'text'}))}q.removeAttr('name').data({'placeholder-password':true,'placeholder-id':o}).bind('focus.placeholder',b);p.data({'placeholder-textinput':q,'placeholder-id':o}).before(q)}p=p.removeAttr('id').hide().prev().attr('id',o).show()}p.addClass('placeholder');p[0].value=p.attr('placeholder')}else{p.removeClass('placeholder')}}}(this,document,jQuery));
7
-
8
- // place any jQuery/helper plugins in here, instead of separate, slower script files.