blavoshost 0.0.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (5) hide show
  1. data/Gemfile +3 -0
  2. data/Gemfile.lock +18 -0
  3. data/VERSION +1 -1
  4. data/blavoshost.gemspec +55 -0
  5. metadata +6 -3
data/Gemfile ADDED
@@ -0,0 +1,3 @@
1
+ source :gemcutter
2
+ gem 'json'
3
+ gem 'ruby-debug'
data/Gemfile.lock ADDED
@@ -0,0 +1,18 @@
1
+ GEM
2
+ remote: http://rubygems.org/
3
+ specs:
4
+ columnize (0.3.1)
5
+ json (1.4.6)
6
+ linecache (0.43)
7
+ ruby-debug (0.10.3)
8
+ columnize (>= 0.1)
9
+ ruby-debug-base (~> 0.10.3.0)
10
+ ruby-debug-base (0.10.3)
11
+ linecache (>= 0.3)
12
+
13
+ PLATFORMS
14
+ ruby
15
+
16
+ DEPENDENCIES
17
+ json
18
+ ruby-debug
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.0.0
1
+ 0.2.0
@@ -0,0 +1,55 @@
1
+ # Generated by jeweler
2
+ # DO NOT EDIT THIS FILE DIRECTLY
3
+ # Instead, edit Jeweler::Tasks in Rakefile, and run the gemspec command
4
+ # -*- encoding: utf-8 -*-
5
+
6
+ Gem::Specification.new do |s|
7
+ s.name = %q{blavoshost}
8
+ s.version = "0.2.0"
9
+
10
+ s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
+ s.authors = ["Jerrod Blavos"]
12
+ s.date = %q{2010-10-25}
13
+ s.default_executable = %q{blavoshost}
14
+ s.description = %q{A tool to add local vhosts ot apache/OSX}
15
+ s.email = %q{jerrod@indierockmedia.com}
16
+ s.executables = ["blavoshost"]
17
+ s.extra_rdoc_files = [
18
+ "LICENSE",
19
+ "README.rdoc"
20
+ ]
21
+ s.files = [
22
+ ".document",
23
+ ".gitignore",
24
+ "Gemfile",
25
+ "Gemfile.lock",
26
+ "LICENSE",
27
+ "README.rdoc",
28
+ "Rakefile",
29
+ "VERSION",
30
+ "bin/blavoshost",
31
+ "blavoshost.gemspec",
32
+ "test/helper.rb",
33
+ "test/test_blavoshost.rb"
34
+ ]
35
+ s.homepage = %q{http://github.com/jerrod/blavoshost}
36
+ s.rdoc_options = ["--charset=UTF-8"]
37
+ s.require_paths = ["bin"]
38
+ s.rubygems_version = %q{1.3.7}
39
+ s.summary = %q{Add local vhosts}
40
+ s.test_files = [
41
+ "test/helper.rb",
42
+ "test/test_blavoshost.rb"
43
+ ]
44
+
45
+ if s.respond_to? :specification_version then
46
+ current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
47
+ s.specification_version = 3
48
+
49
+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
50
+ else
51
+ end
52
+ else
53
+ end
54
+ end
55
+
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blavoshost
3
3
  version: !ruby/object:Gem::Version
4
- hash: 31
4
+ hash: 23
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
+ - 2
8
9
  - 0
9
- - 0
10
- version: 0.0.0
10
+ version: 0.2.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Jerrod Blavos
@@ -31,11 +31,14 @@ extra_rdoc_files:
31
31
  files:
32
32
  - .document
33
33
  - .gitignore
34
+ - Gemfile
35
+ - Gemfile.lock
34
36
  - LICENSE
35
37
  - README.rdoc
36
38
  - Rakefile
37
39
  - VERSION
38
40
  - bin/blavoshost
41
+ - blavoshost.gemspec
39
42
  - test/helper.rb
40
43
  - test/test_blavoshost.rb
41
44
  has_rdoc: true