gantt_rails 0.0.1 → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/gantt_rails.gemspec CHANGED
@@ -7,7 +7,7 @@ Gem::Specification.new do |spec|
7
7
  spec.name = 'gantt_rails'
8
8
  spec.version = GanttRails::VERSION
9
9
  spec.authors = ['Steven Spiel']
10
- spec.description = 'GanttRails as a gem for Rails 2.3+'
10
+ spec.description = 'GanttRails as a gem for Rails 3.1+'
11
11
  spec.summary = 'jQuery.Gantt is awesome'
12
12
  spec.homepage = 'https://github.com/stevenspiel/gantt_rails'
13
13
  spec.license = 'MIT'
@@ -18,4 +18,5 @@ Gem::Specification.new do |spec|
18
18
 
19
19
  spec.add_development_dependency 'bundler', '~> 1.3'
20
20
  spec.add_development_dependency 'rake'
21
+ spec.add_dependency 'railties', '>=3.1'
21
22
  end
@@ -1,3 +1,3 @@
1
1
  module GanttRails
2
- VERSION = '0.0.1'
2
+ VERSION = '1.0.0'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gantt_rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Spiel
@@ -38,7 +38,21 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '0'
41
- description: GanttRails as a gem for Rails 2.3+
41
+ - !ruby/object:Gem::Dependency
42
+ name: railties
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ">="
46
+ - !ruby/object:Gem::Version
47
+ version: '3.1'
48
+ type: :runtime
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: '3.1'
55
+ description: GanttRails as a gem for Rails 3.1+
42
56
  email:
43
57
  executables: []
44
58
  extensions: []
@@ -49,6 +63,24 @@ files:
49
63
  - LICENSE.txt
50
64
  - README.md
51
65
  - Rakefile
66
+ - app/assets/gantt/ganttDrawerSVG.js
67
+ - app/assets/gantt/ganttGridEditor.js
68
+ - app/assets/gantt/ganttMaster.js
69
+ - app/assets/gantt/ganttTask.js
70
+ - app/assets/gantt/ganttUtilities.js
71
+ - app/assets/gantt/libs/JST/jquery.JST.js
72
+ - app/assets/gantt/libs/date.js
73
+ - app/assets/gantt/libs/dateField/jquery.dateField.js
74
+ - app/assets/gantt/libs/i18nJs.js
75
+ - app/assets/gantt/libs/jquery.1.8.js
76
+ - app/assets/gantt/libs/jquery.livequery.min.js
77
+ - app/assets/gantt/libs/jquery.svg.js
78
+ - app/assets/gantt/libs/jquery.svg.min.js
79
+ - app/assets/gantt/libs/jquery.svgdom.1.8.js
80
+ - app/assets/gantt/libs/jquery.svgdom.js
81
+ - app/assets/gantt/libs/jquery.svgdom.pack.js
82
+ - app/assets/gantt/libs/jquery.timers.js
83
+ - app/assets/gantt/libs/platform.js
52
84
  - app/assets/javascripts/ganttDrawerSVG.js
53
85
  - app/assets/javascripts/ganttGridEditor.js
54
86
  - app/assets/javascripts/ganttMaster.js