upjs-rails 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (46) hide show
  1. checksums.yaml +4 -4
  2. data/dist/up.js +71 -23
  3. data/dist/up.min.js +1 -1
  4. data/lib/assets/javascripts/up/form.js.coffee +50 -16
  5. data/lib/assets/javascripts/up/modal.js.coffee +22 -8
  6. data/lib/assets/javascripts/up/proxy.js.coffee +1 -1
  7. data/lib/upjs/rails/version.rb +1 -1
  8. metadata +3 -40
  9. data/doc/theme/Gruntfile.js +0 -25
  10. data/doc/theme/README.md +0 -29
  11. data/doc/theme/assets/css/external-small.png +0 -0
  12. data/doc/theme/assets/css/logo.png +0 -0
  13. data/doc/theme/assets/css/main.css +0 -859
  14. data/doc/theme/assets/css/main.less +0 -897
  15. data/doc/theme/assets/favicon.png +0 -0
  16. data/doc/theme/assets/img/bgscreen.png +0 -0
  17. data/doc/theme/assets/img/spinner.gif +0 -0
  18. data/doc/theme/assets/index.html +0 -10
  19. data/doc/theme/assets/js/api-filter.js +0 -52
  20. data/doc/theme/assets/js/api-list.js +0 -251
  21. data/doc/theme/assets/js/api-search.js +0 -98
  22. data/doc/theme/assets/js/apidocs.js +0 -369
  23. data/doc/theme/assets/js/yui-prettify.js +0 -17
  24. data/doc/theme/assets/vendor/prettify/CHANGES.html +0 -130
  25. data/doc/theme/assets/vendor/prettify/COPYING +0 -202
  26. data/doc/theme/assets/vendor/prettify/README.html +0 -203
  27. data/doc/theme/assets/vendor/prettify/prettify-min.css +0 -1
  28. data/doc/theme/assets/vendor/prettify/prettify-min.js +0 -1
  29. data/doc/theme/layouts/main.handlebars +0 -54
  30. data/doc/theme/layouts/xhr.handlebars +0 -7
  31. data/doc/theme/package.json +0 -53
  32. data/doc/theme/partials/attrs.handlebars +0 -141
  33. data/doc/theme/partials/classes.handlebars +0 -210
  34. data/doc/theme/partials/events.handlebars +0 -145
  35. data/doc/theme/partials/exampleurl.handlebars +0 -8
  36. data/doc/theme/partials/files.handlebars +0 -7
  37. data/doc/theme/partials/index.handlebars +0 -18
  38. data/doc/theme/partials/method.handlebars +0 -201
  39. data/doc/theme/partials/module.handlebars +0 -92
  40. data/doc/theme/partials/options.handlebars +0 -23
  41. data/doc/theme/partials/props.handlebars +0 -128
  42. data/doc/theme/partials/sidebar.handlebars +0 -27
  43. data/doc/theme/theme.json +0 -4
  44. data/doc/yuidoc-helpers.js +0 -0
  45. data/doc/yuidoc.json +0 -15
  46. /data/{doc/theme/api/.keep → design/rename.txt} +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: upjs-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henning Koch
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-07-27 00:00:00.000000000 Z
11
+ date: 2015-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -75,48 +75,11 @@ files:
75
75
  - design/design.txt
76
76
  - design/draft.html.erb
77
77
  - design/draft.rb
78
+ - design/rename.txt
78
79
  - dist/up.css
79
80
  - dist/up.js
80
81
  - dist/up.min.css
81
82
  - dist/up.min.js
82
- - doc/theme/Gruntfile.js
83
- - doc/theme/README.md
84
- - doc/theme/api/.keep
85
- - doc/theme/assets/css/external-small.png
86
- - doc/theme/assets/css/logo.png
87
- - doc/theme/assets/css/main.css
88
- - doc/theme/assets/css/main.less
89
- - doc/theme/assets/favicon.png
90
- - doc/theme/assets/img/bgscreen.png
91
- - doc/theme/assets/img/spinner.gif
92
- - doc/theme/assets/index.html
93
- - doc/theme/assets/js/api-filter.js
94
- - doc/theme/assets/js/api-list.js
95
- - doc/theme/assets/js/api-search.js
96
- - doc/theme/assets/js/apidocs.js
97
- - doc/theme/assets/js/yui-prettify.js
98
- - doc/theme/assets/vendor/prettify/CHANGES.html
99
- - doc/theme/assets/vendor/prettify/COPYING
100
- - doc/theme/assets/vendor/prettify/README.html
101
- - doc/theme/assets/vendor/prettify/prettify-min.css
102
- - doc/theme/assets/vendor/prettify/prettify-min.js
103
- - doc/theme/layouts/main.handlebars
104
- - doc/theme/layouts/xhr.handlebars
105
- - doc/theme/package.json
106
- - doc/theme/partials/attrs.handlebars
107
- - doc/theme/partials/classes.handlebars
108
- - doc/theme/partials/events.handlebars
109
- - doc/theme/partials/exampleurl.handlebars
110
- - doc/theme/partials/files.handlebars
111
- - doc/theme/partials/index.handlebars
112
- - doc/theme/partials/method.handlebars
113
- - doc/theme/partials/module.handlebars
114
- - doc/theme/partials/options.handlebars
115
- - doc/theme/partials/props.handlebars
116
- - doc/theme/partials/sidebar.handlebars
117
- - doc/theme/theme.json
118
- - doc/yuidoc-helpers.js
119
- - doc/yuidoc.json
120
83
  - lib/assets/javascripts/up.js.coffee
121
84
  - lib/assets/javascripts/up/browser.js.coffee
122
85
  - lib/assets/javascripts/up/bus.js.coffee
@@ -1,25 +0,0 @@
1
- module.exports = function (grunt) {
2
- 'use strict'
3
- // Enable time-grunt for nice reporting of time spent on grunt tasks
4
- require('time-grunt')(grunt);
5
-
6
- var
7
- pkg = grunt.file.readJSON('package.json');
8
-
9
- var cfg = {
10
- pkg: pkg,
11
- bump: {
12
- options: {
13
- pushTo: 'origin'
14
- }
15
- }
16
- };
17
-
18
- // load all grunt tasks without specifying them by name
19
- require('matchdep').filterDev('grunt-*').forEach(grunt.loadNpmTasks);
20
-
21
- grunt.initConfig(cfg);
22
-
23
- grunt.registerTask('default', ['bump'])
24
-
25
- };
data/doc/theme/README.md DELETED
@@ -1,29 +0,0 @@
1
- yuidoc-theme-blue
2
- =================
3
-
4
- a Simple theme inspired by the blue color for yuidoc (npm version)
5
-
6
- Usage
7
- =====
8
-
9
- - install yuidoc
10
-
11
- `````
12
- npm i -g yuidoc
13
- `````
14
-
15
- - point to the theme directory
16
-
17
- `````
18
- yuidoc ./src -t /path/to/yuidoc-theme-blue
19
- `````
20
-
21
- Note
22
- ====
23
-
24
- If you install yuidoc from this fork https://github.com/royriojas/yuidoc, then you will have another tag
25
- `````
26
- @exampleurl // points to a url that could be embeded in an iframe like this one http://jsfiddle.net/royriojas/ZuAhz/embedded/
27
- `````
28
-
29
- I needed that attribute to put examples on the methods and APIs that could be more like live examples of my API.
Binary file