simplenote-console 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/LICENSE.txt CHANGED
@@ -1,4 +1,4 @@
1
- Copyright (c) 2013 oyamada_masashi
1
+ Copyright (c) 2013 marcy
2
2
 
3
3
  MIT License
4
4
 
data/README.md CHANGED
@@ -27,3 +27,4 @@ TODO: Write usage instructions here
27
27
  3. Commit your changes (`git commit -am 'Add some feature'`)
28
28
  4. Push to the branch (`git push origin my-new-feature`)
29
29
  5. Create new Pull Request
30
+
@@ -1,5 +1,5 @@
1
1
  module Simplenote
2
2
  module Console
3
- VERSION = "0.0.1"
3
+ VERSION = "0.0.2"
4
4
  end
5
5
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = [""]
11
11
  spec.description = %q{a}
12
12
  spec.summary = %q{}
13
- spec.homepage = ""
13
+ spec.homepage = "https://github.com/marcy/simplenote-console"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files`.split($/)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: simplenote-console
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.1
4
+ version: 0.0.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -92,7 +92,7 @@ files:
92
92
  - lib/simplenote/console.rb
93
93
  - lib/simplenote/console/version.rb
94
94
  - simplenote-console.gemspec
95
- homepage: ''
95
+ homepage: https://github.com/marcy/simplenote-console
96
96
  licenses:
97
97
  - MIT
98
98
  post_install_message: