jplugin 0.0.1 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
data/README.md CHANGED
@@ -1,29 +1,14 @@
1
1
  # Jplugin
2
2
 
3
- TODO: Write a gem description
3
+ Jplugin provides you a simple scaffold for jQuery plugin development with:
4
4
 
5
- ## Installation
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
- $ bundle
14
-
15
- Or install it yourself as:
8
+ ## Installation
16
9
 
17
- $ gem install jplugin
10
+ gem install jplugin
18
11
 
19
12
  ## Usage
20
13
 
21
- TODO: Write usage instructions here
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
@@ -59,7 +59,7 @@ class Jplugin < Thor
59
59
  end
60
60
  end
61
61
 
62
- desc "patch", "Release major version"
62
+ desc "major", "Release major version"
63
63
  def major
64
64
  git_status = run( '[[ $(git diff --shortstat 2> /dev/null | tail -n1) != "" ]] && echo "dirty"', :capture => true )
65
65
 
@@ -1,3 +1,3 @@
1
1
  module Jplugin
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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-13 00:00:00.000000000 Z
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: