bones-git 1.2.4 → 1.2.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +18 -0
- data/History.txt +6 -1
- data/lib/bones/app/git.rb +1 -1
- data/version.txt +1 -1
- metadata +54 -83
- data/bones-git.gemspec +0 -42
data/.gitignore
ADDED
@@ -0,0 +1,18 @@
|
|
1
|
+
# The list of files that should be ignored by Mr Bones.
|
2
|
+
# Lines that start with '#' are comments.
|
3
|
+
#
|
4
|
+
# A .gitignore file can be used instead by setting it as the ignore
|
5
|
+
# file in your Rakefile:
|
6
|
+
#
|
7
|
+
# Bones {
|
8
|
+
# ignore_file '.gitignore'
|
9
|
+
# }
|
10
|
+
#
|
11
|
+
# For a project with a C extension, the following would be a good set of
|
12
|
+
# exclude patterns (uncomment them if you want to use them):
|
13
|
+
# *.[oa]
|
14
|
+
# *~
|
15
|
+
announcement.txt
|
16
|
+
coverage
|
17
|
+
doc
|
18
|
+
pkg
|
data/History.txt
CHANGED
data/lib/bones/app/git.rb
CHANGED
@@ -10,7 +10,7 @@ module Bones::App::Git
|
|
10
10
|
option
|
11
11
|
option('Git Options:')
|
12
12
|
option('--git', 'Initialize a git repository for the project.',
|
13
|
-
lambda { config[:git] = true }
|
13
|
+
lambda { |_| config[:git] = true }
|
14
14
|
)
|
15
15
|
option('--github DESCRIPTION', 'Create a new GitHub project.',
|
16
16
|
'Requires a project description.',
|
data/version.txt
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.2.
|
1
|
+
1.2.5
|
metadata
CHANGED
@@ -1,125 +1,96 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: bones-git
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 1
|
8
|
-
- 2
|
9
|
-
- 4
|
10
|
-
version: 1.2.4
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.2.5
|
5
|
+
prerelease:
|
11
6
|
platform: ruby
|
12
|
-
authors:
|
7
|
+
authors:
|
13
8
|
- Tim Pease
|
14
9
|
autorequire:
|
15
10
|
bindir: bin
|
16
11
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
dependencies:
|
21
|
-
- !ruby/object:Gem::Dependency
|
12
|
+
date: 2012-01-26 00:00:00.000000000Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
22
15
|
name: bones
|
23
|
-
|
24
|
-
requirement: &id001 !ruby/object:Gem::Requirement
|
16
|
+
requirement: &2166794680 !ruby/object:Gem::Requirement
|
25
17
|
none: false
|
26
|
-
requirements:
|
27
|
-
- -
|
28
|
-
- !ruby/object:Gem::Version
|
29
|
-
|
30
|
-
segments:
|
31
|
-
- 3
|
32
|
-
- 6
|
33
|
-
version: "3.6"
|
18
|
+
requirements:
|
19
|
+
- - ! '>='
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: '3.6'
|
34
22
|
type: :runtime
|
35
|
-
version_requirements: *id001
|
36
|
-
- !ruby/object:Gem::Dependency
|
37
|
-
name: git
|
38
23
|
prerelease: false
|
39
|
-
|
24
|
+
version_requirements: *2166794680
|
25
|
+
- !ruby/object:Gem::Dependency
|
26
|
+
name: git
|
27
|
+
requirement: &2166794240 !ruby/object:Gem::Requirement
|
40
28
|
none: false
|
41
|
-
requirements:
|
42
|
-
- -
|
43
|
-
- !ruby/object:Gem::Version
|
44
|
-
hash: 21
|
45
|
-
segments:
|
46
|
-
- 1
|
47
|
-
- 2
|
48
|
-
- 5
|
29
|
+
requirements:
|
30
|
+
- - ! '>='
|
31
|
+
- !ruby/object:Gem::Version
|
49
32
|
version: 1.2.5
|
50
33
|
type: :runtime
|
51
|
-
version_requirements: *id002
|
52
|
-
- !ruby/object:Gem::Dependency
|
53
|
-
name: bones
|
54
34
|
prerelease: false
|
55
|
-
|
35
|
+
version_requirements: *2166794240
|
36
|
+
- !ruby/object:Gem::Dependency
|
37
|
+
name: bones
|
38
|
+
requirement: &2166793660 !ruby/object:Gem::Requirement
|
56
39
|
none: false
|
57
|
-
requirements:
|
58
|
-
- -
|
59
|
-
- !ruby/object:Gem::Version
|
60
|
-
|
61
|
-
segments:
|
62
|
-
- 3
|
63
|
-
- 6
|
64
|
-
- 5
|
65
|
-
version: 3.6.5
|
40
|
+
requirements:
|
41
|
+
- - ! '>='
|
42
|
+
- !ruby/object:Gem::Version
|
43
|
+
version: 3.7.2
|
66
44
|
type: :development
|
67
|
-
|
68
|
-
|
69
|
-
|
45
|
+
prerelease: false
|
46
|
+
version_requirements: *2166793660
|
47
|
+
description: ! 'The git package for Mr Bones provides tasks to incorporate git actions
|
48
|
+
into
|
49
|
+
|
70
50
|
gem release. It also provides some extensions to the Mr Bones "create" command
|
51
|
+
|
71
52
|
that allow you to initialize a git repository and to create a new GitHub
|
72
|
-
|
53
|
+
|
54
|
+
project.'
|
73
55
|
email: tim.pease@gmail.com
|
74
56
|
executables: []
|
75
|
-
|
76
57
|
extensions: []
|
77
|
-
|
78
|
-
extra_rdoc_files:
|
58
|
+
extra_rdoc_files:
|
79
59
|
- History.txt
|
80
60
|
- README.rdoc
|
81
|
-
files:
|
61
|
+
files:
|
62
|
+
- .gitignore
|
82
63
|
- History.txt
|
83
64
|
- README.rdoc
|
84
65
|
- Rakefile
|
85
|
-
- bones-git.gemspec
|
86
66
|
- lib/bones/app/git.rb
|
87
67
|
- lib/bones/plugins/git.rb
|
88
68
|
- version.txt
|
89
|
-
has_rdoc: true
|
90
69
|
homepage: http://github.com/TwP/bones-git
|
91
70
|
licenses: []
|
92
|
-
|
93
71
|
post_install_message:
|
94
|
-
rdoc_options:
|
72
|
+
rdoc_options:
|
95
73
|
- --main
|
96
74
|
- README.rdoc
|
97
|
-
require_paths:
|
75
|
+
require_paths:
|
98
76
|
- lib
|
99
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
77
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
100
78
|
none: false
|
101
|
-
requirements:
|
102
|
-
- -
|
103
|
-
- !ruby/object:Gem::Version
|
104
|
-
|
105
|
-
|
106
|
-
- 0
|
107
|
-
version: "0"
|
108
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
79
|
+
requirements:
|
80
|
+
- - ! '>='
|
81
|
+
- !ruby/object:Gem::Version
|
82
|
+
version: '0'
|
83
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
109
84
|
none: false
|
110
|
-
requirements:
|
111
|
-
- -
|
112
|
-
- !ruby/object:Gem::Version
|
113
|
-
|
114
|
-
segments:
|
115
|
-
- 0
|
116
|
-
version: "0"
|
85
|
+
requirements:
|
86
|
+
- - ! '>='
|
87
|
+
- !ruby/object:Gem::Version
|
88
|
+
version: '0'
|
117
89
|
requirements: []
|
118
|
-
|
119
90
|
rubyforge_project: bones-git
|
120
|
-
rubygems_version: 1.
|
91
|
+
rubygems_version: 1.8.11
|
121
92
|
signing_key:
|
122
93
|
specification_version: 3
|
123
|
-
summary: The git package for Mr Bones provides tasks to incorporate git actions into
|
94
|
+
summary: The git package for Mr Bones provides tasks to incorporate git actions into
|
95
|
+
gem release.
|
124
96
|
test_files: []
|
125
|
-
|
data/bones-git.gemspec
DELETED
@@ -1,42 +0,0 @@
|
|
1
|
-
# -*- encoding: utf-8 -*-
|
2
|
-
|
3
|
-
Gem::Specification.new do |s|
|
4
|
-
s.name = %q{bones-git}
|
5
|
-
s.version = "1.2.4"
|
6
|
-
|
7
|
-
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
8
|
-
s.authors = ["Tim Pease"]
|
9
|
-
s.date = %q{2011-02-07}
|
10
|
-
s.description = %q{The git package for Mr Bones provides tasks to incorporate git actions into
|
11
|
-
gem release. It also provides some extensions to the Mr Bones "create" command
|
12
|
-
that allow you to initialize a git repository and to create a new GitHub
|
13
|
-
project.}
|
14
|
-
s.email = %q{tim.pease@gmail.com}
|
15
|
-
s.extra_rdoc_files = ["History.txt", "README.rdoc"]
|
16
|
-
s.files = ["History.txt", "README.rdoc", "Rakefile", "lib/bones/app/git.rb", "lib/bones/plugins/git.rb", "version.txt"]
|
17
|
-
s.homepage = %q{http://github.com/TwP/bones-git}
|
18
|
-
s.rdoc_options = ["--main", "README.rdoc"]
|
19
|
-
s.require_paths = ["lib"]
|
20
|
-
s.rubyforge_project = %q{bones-git}
|
21
|
-
s.rubygems_version = %q{1.3.7}
|
22
|
-
s.summary = %q{The git package for Mr Bones provides tasks to incorporate git actions into gem release.}
|
23
|
-
|
24
|
-
if s.respond_to? :specification_version then
|
25
|
-
current_version = Gem::Specification::CURRENT_SPECIFICATION_VERSION
|
26
|
-
s.specification_version = 3
|
27
|
-
|
28
|
-
if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
|
29
|
-
s.add_runtime_dependency(%q<bones>, [">= 3.6"])
|
30
|
-
s.add_runtime_dependency(%q<git>, [">= 1.2.5"])
|
31
|
-
s.add_development_dependency(%q<bones>, [">= 3.6.5"])
|
32
|
-
else
|
33
|
-
s.add_dependency(%q<bones>, [">= 3.6"])
|
34
|
-
s.add_dependency(%q<git>, [">= 1.2.5"])
|
35
|
-
s.add_dependency(%q<bones>, [">= 3.6.5"])
|
36
|
-
end
|
37
|
-
else
|
38
|
-
s.add_dependency(%q<bones>, [">= 3.6"])
|
39
|
-
s.add_dependency(%q<git>, [">= 1.2.5"])
|
40
|
-
s.add_dependency(%q<bones>, [">= 3.6.5"])
|
41
|
-
end
|
42
|
-
end
|