plunk_it 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/Rakefile +1 -1
- data/VERSION +1 -1
- data/plunk_it.gemspec +2 -2
- metadata +3 -3
data/Rakefile
CHANGED
@@ -15,7 +15,7 @@ require 'jeweler'
|
|
15
15
|
Jeweler::Tasks.new do |gem|
|
16
16
|
# gem is a Gem::Specification... see http://docs.rubygems.org/read/chapter/20 for more options
|
17
17
|
gem.name = "plunk_it"
|
18
|
-
gem.homepage = "
|
18
|
+
gem.homepage = "https://github.com/r26D/plunk_it"
|
19
19
|
gem.license = "MIT"
|
20
20
|
gem.summary = %Q{Makes it easy to push code to http://plnkr.co}
|
21
21
|
gem.description = %Q{This gem gives you a command line tool to keep your code in sync with plunks you publish at http://plnkr.co}
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.0.
|
1
|
+
0.0.2
|
data/plunk_it.gemspec
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Gem::Specification.new do |s|
|
7
7
|
s.name = "plunk_it"
|
8
|
-
s.version = "0.0.
|
8
|
+
s.version = "0.0.2"
|
9
9
|
|
10
10
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
11
11
|
s.authors = ["Dirk Elmendorf"]
|
@@ -36,7 +36,7 @@ Gem::Specification.new do |s|
|
|
36
36
|
"test/helper.rb",
|
37
37
|
"test/test_plunk_it.rb"
|
38
38
|
]
|
39
|
-
s.homepage = "
|
39
|
+
s.homepage = "https://github.com/r26D/plunk_it"
|
40
40
|
s.licenses = ["MIT"]
|
41
41
|
s.require_paths = ["lib"]
|
42
42
|
s.rubygems_version = "1.8.24"
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: plunk_it
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -118,7 +118,7 @@ files:
|
|
118
118
|
- sample/manifest.yml
|
119
119
|
- test/helper.rb
|
120
120
|
- test/test_plunk_it.rb
|
121
|
-
homepage:
|
121
|
+
homepage: https://github.com/r26D/plunk_it
|
122
122
|
licenses:
|
123
123
|
- MIT
|
124
124
|
post_install_message:
|
@@ -133,7 +133,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
133
133
|
version: '0'
|
134
134
|
segments:
|
135
135
|
- 0
|
136
|
-
hash:
|
136
|
+
hash: -662110125345103788
|
137
137
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
138
138
|
none: false
|
139
139
|
requirements:
|