js-get 0.1.4 → 0.1.5

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 (6) hide show
  1. data/README.rdoc +10 -1
  2. data/Rakefile +4 -0
  3. data/VERSION +1 -1
  4. data/bin/js-get +1 -1
  5. data/js-get.gemspec +7 -1
  6. metadata +21 -1
@@ -1,6 +1,15 @@
1
1
  = js-get
2
2
 
3
- Description goes here.
3
+ == Usage
4
+ js-get [options] list|install|uninstall javascript_name
5
+
6
+ For help use: js-get --help
7
+
8
+ == Options
9
+ -h, --help Displays help message
10
+ -v, --version Displays version
11
+ -q, --quiet Output as little as possible, overrides verbose
12
+ -V, --verbose Verbose output
4
13
 
5
14
  == Note on Patches/Pull Requests
6
15
 
data/Rakefile CHANGED
@@ -11,6 +11,10 @@ begin
11
11
  gem.homepage = "http://github.com/twilson63/js-get"
12
12
  gem.authors = ["Tom Wilson"]
13
13
  gem.add_development_dependency "thoughtbot-shoulda", ">= 0"
14
+ gem.add_dependency('rest_client', '>= 1.0.3')
15
+ gem.add_dependency('crack', '>= 0.1.2')
16
+
17
+
14
18
  # gem is a Gem::Specification... see http://www.rubygems.org/read/chapter/20 for additional settings
15
19
  end
16
20
  rescue LoadError
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.1.4
1
+ 0.1.5
data/bin/js-get CHANGED
@@ -41,7 +41,7 @@ require 'crack'
41
41
  require 'fileutils'
42
42
 
43
43
  class App
44
- VERSION = '0.1.4'
44
+ VERSION = '0.1.5'
45
45
  JSDIR = ENV['JSDIR'] || "public/javascripts"
46
46
  HOST = ENV['JSGET_HOST'] || "http://js-get.jackhq.com"
47
47
 
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{js-get}
8
- s.version = "0.1.4"
8
+ s.version = "0.1.5"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Tom Wilson"]
@@ -70,11 +70,17 @@ Gem::Specification.new do |s|
70
70
 
71
71
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
72
72
  s.add_development_dependency(%q<thoughtbot-shoulda>, [">= 0"])
73
+ s.add_runtime_dependency(%q<rest_client>, [">= 1.0.3"])
74
+ s.add_runtime_dependency(%q<crack>, [">= 0.1.2"])
73
75
  else
74
76
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
77
+ s.add_dependency(%q<rest_client>, [">= 1.0.3"])
78
+ s.add_dependency(%q<crack>, [">= 0.1.2"])
75
79
  end
76
80
  else
77
81
  s.add_dependency(%q<thoughtbot-shoulda>, [">= 0"])
82
+ s.add_dependency(%q<rest_client>, [">= 1.0.3"])
83
+ s.add_dependency(%q<crack>, [">= 0.1.2"])
78
84
  end
79
85
  end
80
86
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: js-get
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Wilson
@@ -22,6 +22,26 @@ dependencies:
22
22
  - !ruby/object:Gem::Version
23
23
  version: "0"
24
24
  version:
25
+ - !ruby/object:Gem::Dependency
26
+ name: rest_client
27
+ type: :runtime
28
+ version_requirement:
29
+ version_requirements: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: 1.0.3
34
+ version:
35
+ - !ruby/object:Gem::Dependency
36
+ name: crack
37
+ type: :runtime
38
+ version_requirement:
39
+ version_requirements: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - ">="
42
+ - !ruby/object:Gem::Version
43
+ version: 0.1.2
44
+ version:
25
45
  description: command line interface to install js libraries
26
46
  email: tom@jackhq.com
27
47
  executables: