jplugin 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/README.md +6 -21
- data/lib/jplugin/templates/thorfile.tt +1 -1
- data/lib/jplugin/version.rb +1 -1
- metadata +2 -3
data/README.md
CHANGED
@@ -1,29 +1,14 @@
|
|
1
1
|
# Jplugin
|
2
2
|
|
3
|
-
|
3
|
+
Jplugin provides you a simple scaffold for jQuery plugin development with:
|
4
4
|
|
5
|
-
|
6
|
-
|
7
|
-
Add this line to your application's Gemfile:
|
8
|
-
|
9
|
-
gem 'jplugin'
|
10
|
-
|
11
|
-
And then execute:
|
5
|
+
* Basic folder structure for added your demo page in /public (easy POW usage)
|
6
|
+
* Thor tasks to compile with Google Closure & release versions
|
12
7
|
|
13
|
-
|
14
|
-
|
15
|
-
Or install it yourself as:
|
8
|
+
## Installation
|
16
9
|
|
17
|
-
|
10
|
+
gem install jplugin
|
18
11
|
|
19
12
|
## Usage
|
20
13
|
|
21
|
-
|
22
|
-
|
23
|
-
## Contributing
|
24
|
-
|
25
|
-
1. Fork it
|
26
|
-
2. Create your feature branch (`git checkout -b my-new-feature`)
|
27
|
-
3. Commit your changes (`git commit -am 'Added some feature'`)
|
28
|
-
4. Push to the branch (`git push origin my-new-feature`)
|
29
|
-
5. Create new Pull Request
|
14
|
+
jplugin name-of-your-plugin your-author-name
|
data/lib/jplugin/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jplugin
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date: 2012-07-
|
12
|
+
date: 2012-07-14 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: thor
|
@@ -76,4 +76,3 @@ signing_key:
|
|
76
76
|
specification_version: 3
|
77
77
|
summary: Scaffold jQuery plugin folder structure & helpers
|
78
78
|
test_files: []
|
79
|
-
has_rdoc:
|