gridster-rails 0.1.0 → 0.1.0.1

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.
Files changed (3) hide show
  1. data/README.md +24 -19
  2. data/lib/gridster-rails/version.rb +1 -1
  3. metadata +1 -1
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Gridster::Rails
2
2
 
3
- This is gridster.js GEMified for the Rails >= 3.1 asset pipeline through the following:
3
+ This is [gridster.js](http://gridster.net) GEMified for the Rails >= 3.1 asset pipeline through the following:
4
4
 
5
5
  bundle gem gridster-rails
6
6
  cd gridster-rails
@@ -14,29 +14,32 @@ This is gridster.js GEMified for the Rails >= 3.1 asset pipeline through the fol
14
14
  curl https://raw.github.com/ducksboard/gridster.js/master/LICENSE >> LICENSE
15
15
  git add .
16
16
  git commit -am "initial gridster-rails"
17
- git remote add origin https://github.com/vanetten/gridster-rails.git
17
+ git remote add origin git@github.com:vanetten/gridster-rails.git
18
18
 
19
- * modify lib/gridster-rails/version.rb to match gridster.js version
20
- `VERSION = "0.1.0"`
19
+ * modify **lib/gridster-rails/version.rb** to match gridster.js version
21
20
 
22
- * modify lib/gridster-rails.rb to subclass Rails::Engine
21
+ VERSION = "0.1.0.1"
23
22
 
24
- class Engine < ::Rails::Engine
25
- end
23
+ * modify **lib/gridster-rails.rb** to subclass Rails::Engine
26
24
 
27
- * modify gridster-rails.gemspec
25
+ class Engine < ::Rails::Engine
26
+ end
28
27
 
29
- gem.description = "This gem provides jquery.gridster.js and jquery.gridster.css for your Rails 3 application."
30
- gem.summary = "Use gridster with Rails 3"
31
- gem.homepage = "http://rubygems.org/gems/gridster-rails"
32
- gem.files = Dir["{lib,vendor}/**/*"] + ["LICENSE", "README.md"]
33
- gem.add_dependency "railties", "~> 3.1"
28
+ * modify **gridster-rails.gemspec**
29
+
30
+ gem.description = "This gem provides jquery.gridster.js and jquery.gridster.css for your Rails 3 application."
31
+ gem.summary = "Use gridster with Rails 3"
32
+ gem.homepage = "http://rubygems.org/gems/gridster-rails"
33
+ gem.files = Dir["{lib,vendor}/**/*"] + ["LICENSE", "README.md"]
34
+ gem.add_dependency "railties", "~> 3.1"
34
35
 
35
36
  * build
36
- `rake build`
37
+
38
+ rake build
37
39
 
38
40
  * release
39
- `rake release`
41
+
42
+ rake release
40
43
 
41
44
  ## Installation
42
45
 
@@ -54,11 +57,13 @@ Or install it yourself as:
54
57
 
55
58
  ## Usage
56
59
 
57
- Add to application.js
58
- `//= require jquery.gridster.js`
60
+ Add to **application.js**
61
+
62
+ //= require jquery.gridster.js`
63
+
64
+ Add to **application.css**
59
65
 
60
- Add to application.css
61
- `*= require fullcalendar`
66
+ *= require fullcalendar`
62
67
 
63
68
  ## Contributing
64
69
 
@@ -1,5 +1,5 @@
1
1
  module Gridster
2
2
  module Rails
3
- VERSION = "0.1.0"
3
+ VERSION = "0.1.0.1"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gridster-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: