git-punch 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MTgzZWUzZWJmMmQyOTI0NzA3Y2ZmYjUzMGM3NTlkMTU3M2FmMmI3OA==
4
+ YjVlYmRhNjNmNjRiM2E1MTBjYTM0NTNkZGVhNTUxZDlkYWQxZjNlYg==
5
5
  data.tar.gz: !binary |-
6
- OGYwNGZjZjMyMmVmMGMxNTUwMzNjOTNiMjhhMDM5MTNlYmZmMmQ5Nw==
6
+ MGFkNTVhZmI0NmE4NzkwYTE4MTU2MzZiOTczOTE1YTU3NDMwYWYyYQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- ZWFiMGE3NTVmMDU3N2E5OTY0MDc2YmVjZmI0MzBhZWJjNjU0YmMzODgzNWFm
10
- YTVmYjVlZGRhNDI2MDI1NWU5NzNjZjEwZWE3MmIwNzA2NmRkNGQwYjEyNGRl
11
- OTI2MDYxYjNhYjFiNDU2Nzk3NTgwNTIxNGUxNmRmOGQ5ZmNiZTA=
9
+ ZWI0Y2I3N2VlYTY1YmMwODllZTgzZGE1YWYwMmM4YjdjZWRiMGE5MTg0ZGUx
10
+ NTBjMDNlYzRiNDIzOWZiYjkwMDVhZGVkZTRhYmE5MTU1NTc5OTdlMTRlZTlm
11
+ NmQxMGFkM2I1Yjk5MGVlZGQyZGRkOWJmNzNiYjk2ZDVmM2QwYWI=
12
12
  data.tar.gz: !binary |-
13
- ZWJlZGFkNmE0YTdjYmVmZjc0MjkwOTdjOTNhMDNhNTE3NWYxY2NkZTE5MDlk
14
- ZDk5MTczZTc0YmFmOTQ4NThmOGQ4YmQxZjVjNjU1MGIyYzJlYjkxYmM2YzUx
15
- YWI2N2E1ODJmYmUxMDg2N2Q1Y2UwZGRjMzhkODE3ZjcyODUyOTM=
13
+ M2M2NjczMDZjY2ExYmRkYjYzMzM4YTE3MWRiOTYwNzlhZDcyZDgzNTFkMDA3
14
+ YTdmNDVjMjQ3MjgwMDhjOTE1MGUyMmY2MGQ3ZjExOTk0M2EyMTYxODhhZjQy
15
+ ZjE4M2MxY2E1NWM4M2RkNzkyZTM3ZjUzZDVhZDAxZDg1MjJjZjc=
@@ -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
- Requires Git, as this works within a plugin.
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
@@ -1,3 +1,3 @@
1
1
  module GitPunch
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
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.6
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-02 00:00:00.000000000 Z
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 Requires
127
- Git, as this works within a plugin.\n "
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. Requires Git, as this works within
189
- a plugin.
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