git-punch 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +8 -8
- data/git-punch.gemspec +3 -2
- data/lib/git_punch/version.rb +1 -1
- metadata +8 -7
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YjVlYmRhNjNmNjRiM2E1MTBjYTM0NTNkZGVhNTUxZDlkYWQxZjNlYg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
MGFkNTVhZmI0NmE4NzkwYTE4MTU2MzZiOTczOTE1YTU3NDMwYWYyYQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
ZWI0Y2I3N2VlYTY1YmMwODllZTgzZGE1YWYwMmM4YjdjZWRiMGE5MTg0ZGUx
|
10
|
+
NTBjMDNlYzRiNDIzOWZiYjkwMDVhZGVkZTRhYmE5MTU1NTc5OTdlMTRlZTlm
|
11
|
+
NmQxMGFkM2I1Yjk5MGVlZGQyZGRkOWJmNzNiYjk2ZDVmM2QwYWI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
M2M2NjczMDZjY2ExYmRkYjYzMzM4YTE3MWRiOTYwNzlhZDcyZDgzNTFkMDA3
|
14
|
+
YTdmNDVjMjQ3MjgwMDhjOTE1MGUyMmY2MGQ3ZjExOTk0M2EyMTYxODhhZjQy
|
15
|
+
ZjE4M2MxY2E1NWM4M2RkNzkyZTM3ZjUzZDVhZDAxZDg1MjJjZjc=
|
data/git-punch.gemspec
CHANGED
@@ -11,7 +11,8 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.description = %{
|
12
12
|
A command-line toolchain for working with NotePunch. Sets up your
|
13
13
|
Git configuration for use with GitMedia and the NotePunch API.
|
14
|
-
|
14
|
+
Implemented as a Git plugin, this software requires Git to be
|
15
|
+
installed in order for it to be useful.
|
15
16
|
}
|
16
17
|
spec.summary = spec.description
|
17
18
|
spec.homepage = "http://notepunch.com/"
|
@@ -28,7 +29,7 @@ Gem::Specification.new do |spec|
|
|
28
29
|
spec.add_development_dependency "pry"
|
29
30
|
|
30
31
|
spec.add_dependency 'trollop'
|
31
|
-
spec.add_dependency 'git-media'
|
32
|
+
spec.add_dependency 'notepunch-git-media'
|
32
33
|
spec.add_dependency 'thor'
|
33
34
|
spec.add_dependency 'httparty'
|
34
35
|
end
|
data/lib/git_punch/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: git-punch
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.7
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tom Scott
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-06-
|
11
|
+
date: 2013-06-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -81,7 +81,7 @@ dependencies:
|
|
81
81
|
- !ruby/object:Gem::Version
|
82
82
|
version: '0'
|
83
83
|
- !ruby/object:Gem::Dependency
|
84
|
-
name: git-media
|
84
|
+
name: notepunch-git-media
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
86
86
|
requirements:
|
87
87
|
- - ! '>='
|
@@ -123,8 +123,9 @@ dependencies:
|
|
123
123
|
- !ruby/object:Gem::Version
|
124
124
|
version: '0'
|
125
125
|
description: ! "\n A command-line toolchain for working with NotePunch. Sets up
|
126
|
-
your\n Git configuration for use with GitMedia and the NotePunch API.\n
|
127
|
-
Git,
|
126
|
+
your\n Git configuration for use with GitMedia and the NotePunch API.\n Implemented
|
127
|
+
as a Git plugin, this software requires Git to be\n installed in order for it
|
128
|
+
to be useful.\n "
|
128
129
|
email:
|
129
130
|
- tubbo@psychedeli.ca
|
130
131
|
executables:
|
@@ -185,8 +186,8 @@ rubygems_version: 2.0.0
|
|
185
186
|
signing_key:
|
186
187
|
specification_version: 4
|
187
188
|
summary: A command-line toolchain for working with NotePunch. Sets up your Git configuration
|
188
|
-
for use with GitMedia and the NotePunch API.
|
189
|
-
|
189
|
+
for use with GitMedia and the NotePunch API. Implemented as a Git plugin, this software
|
190
|
+
requires Git to be installed in order for it to be useful.
|
190
191
|
test_files:
|
191
192
|
- spec/lib/git_punch/media_config_spec.rb
|
192
193
|
- spec/lib/git_punch/plugin_spec.rb
|