ask_stack 0.0.1 → 0.0.2
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.
- data/ask_stack.gemspec +2 -2
- metadata +2 -2
data/ask_stack.gemspec
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
$:.push File.expand_path("../lib", __FILE__)
|
3
3
|
Gem::Specification.new do |s|
|
4
4
|
s.name = "ask_stack"
|
5
|
-
s.version = '0.0.
|
5
|
+
s.version = '0.0.2'
|
6
6
|
s.platform = Gem::Platform::RUBY
|
7
7
|
s.required_ruby_version = '>= 1.9.0'
|
8
8
|
|
@@ -10,7 +10,7 @@ Gem::Specification.new do |s|
|
|
10
10
|
s.email = ["dhchoi@gmail.com"]
|
11
11
|
s.homepage = "https://github.com/danchoi/ask_stack"
|
12
12
|
s.summary = %q{Post questions to StackOverflow from the unix command line}
|
13
|
-
s.description = %q{
|
13
|
+
s.description = %q{Post questions to StackOverflow from the unix command line}
|
14
14
|
|
15
15
|
s.rubyforge_project = "ask_stack"
|
16
16
|
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ask_stack
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Daniel Choi
|
@@ -24,7 +24,7 @@ dependencies:
|
|
24
24
|
version: 1.2.18
|
25
25
|
type: :runtime
|
26
26
|
version_requirements: *id001
|
27
|
-
description:
|
27
|
+
description: Post questions to StackOverflow from the unix command line
|
28
28
|
email:
|
29
29
|
- dhchoi@gmail.com
|
30
30
|
executables:
|