jquery_gantt_rails 0.0.2 → 0.0.3
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,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
N2U0ODI3OTNjZjliNjNkZWFmYjhiMjEyMTg0NTE2ZmI2MDUxZDA4NA==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ODJhZTkxYjgyMjNlMDE3MDlmMzI0YWY3YjIwMjcwZjgxMTdjOTRkZg==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
MGUyNWIyZDRjNDUzZGUzNmEwMTliZmM5ZjE2MTgyODdhY2EwNzVhMDhiMGE0
|
|
10
|
+
MmU4ODdjNjVmOGJjOTZlN2RmMmU5YmU5OGMzMjg1Yjg0YzYyNTNjYmU4NjZl
|
|
11
|
+
NjAwYTRlNmMwMWViZmZkY2U5MmY2OWFkODY2YWVlODEzODk1NDI=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
ZDgwOTRlNGIzOWVhMzE3YjE1NGU1ZjQ0ZDZlNTRkOTRkODBjNDIzZGJlNDM0
|
|
14
|
+
ZmE2NTA4MDliMGNmYmExMzVjZWI3YmRlYWUzZDM0ZDJiNDAzNGFiMWM2YmU0
|
|
15
|
+
ODA5ODA4ZDk0MTVmMjQ5YzRlYjRlOTZmNDg3YWNlZDJkMjEyZWU=
|
data/README.md
CHANGED
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
jquery_gantt_rails
|
|
2
2
|
==================
|
|
3
3
|
|
|
4
|
-
This gem packages jQueryGantt js library, written by robicch.
|
|
4
|
+
This gem packages jQueryGantt js library, written by [robicch](https://github.com/robicch/jQueryGantt).
|
|
5
|
+
This gem targets fork made by [ryrych](https://github.com/ryrych/jQueryGantt).
|
|
6
|
+
|
|
7
|
+
Please note that this gem is not ready yet. There is one very important TODO: clean up structure in vendor and isolate css and js properly.
|
|
5
8
|
|
|
6
9
|
## Installation
|
|
7
10
|
|
|
@@ -20,7 +23,13 @@ Or install it yourself as:
|
|
|
20
23
|
|
|
21
24
|
## Usage
|
|
22
25
|
|
|
23
|
-
|
|
26
|
+
Add the following directive to your Javascript manifest file (application.js):
|
|
27
|
+
|
|
28
|
+
//= require jquery_gantt_rails
|
|
29
|
+
|
|
30
|
+
Add the following directive to your Css manifest file (application.css.scss):
|
|
31
|
+
|
|
32
|
+
*= require jquery_gantt_rails.css.scss
|
|
24
33
|
|
|
25
34
|
## Contributing
|
|
26
35
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jquery_gantt_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- socjopata
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-07-
|
|
11
|
+
date: 2013-07-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: railties
|
|
@@ -43,6 +43,8 @@ files:
|
|
|
43
43
|
- README.md
|
|
44
44
|
- Rakefile
|
|
45
45
|
- jquery_gantt_rails.gemspec
|
|
46
|
+
- lib/assets/javascripts/jquery_gantt_rails.js
|
|
47
|
+
- lib/assets/stylesheets/jquery_gantt_rails.css.scss
|
|
46
48
|
- lib/jquery_gantt_rails.rb
|
|
47
49
|
- lib/jquery_gantt_rails/version.rb
|
|
48
50
|
- lib/jquery_gantt_rails/version.rb~
|