localwiki_client 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/History.txt +4 -0
- data/localwiki_client.gemspec +2 -2
- metadata +4 -4
data/History.txt
CHANGED
data/localwiki_client.gemspec
CHANGED
@@ -1,11 +1,11 @@
|
|
1
1
|
Gem::Specification.new do |s|
|
2
2
|
s.name = 'localwiki_client'
|
3
|
-
s.version = '0.0.
|
3
|
+
s.version = '0.0.4'
|
4
4
|
s.authors = ["Brandon Faloona", "Seth Vincent"]
|
5
5
|
s.description = %{ A thin wrapper around the Localwiki API. }
|
6
6
|
s.summary = "localwiki_client-#{s.version}"
|
7
7
|
s.email = 'brandon@faloona.net'
|
8
|
-
s.homepage = "http://github.com/bfaloona/
|
8
|
+
s.homepage = "http://github.com/bfaloona/localwiki_client"
|
9
9
|
s.license = 'MIT'
|
10
10
|
s.platform = Gem::Platform::RUBY
|
11
11
|
s.required_ruby_version = '>= 1.9.2'
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: localwiki_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -175,10 +175,10 @@ files:
|
|
175
175
|
- localwiki_client.gemspec
|
176
176
|
- spec/integration/live_saltlake_wiki_spec.rb
|
177
177
|
- spec/localwiki_client_spec.rb
|
178
|
-
homepage: http://github.com/bfaloona/
|
178
|
+
homepage: http://github.com/bfaloona/localwiki_client
|
179
179
|
licenses:
|
180
180
|
- MIT
|
181
|
-
post_install_message: ! "\n Thank you for installing localwiki_client 0.0.
|
181
|
+
post_install_message: ! "\n Thank you for installing localwiki_client 0.0.4\n "
|
182
182
|
rdoc_options:
|
183
183
|
- --charset=UTF-8
|
184
184
|
require_paths:
|
@@ -200,6 +200,6 @@ rubyforge_project:
|
|
200
200
|
rubygems_version: 1.8.24
|
201
201
|
signing_key:
|
202
202
|
specification_version: 3
|
203
|
-
summary: localwiki_client-0.0.
|
203
|
+
summary: localwiki_client-0.0.4
|
204
204
|
test_files: []
|
205
205
|
has_rdoc:
|