nautilus 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.
@@ -1,3 +1,3 @@
1
1
  module Nautilus
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
data/nautilus.gemspec CHANGED
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = Nautilus::VERSION
9
9
  s.platform = Gem::Platform::RUBY
10
10
  s.authors = ["Thomas Newton"]
11
- s.email = ["tnewton@gmail.comß"]
11
+ s.email = ["tnewton@gmail.com"]
12
12
  s.homepage = ""
13
13
  s.summary = %q{Create a shell project to get started rapidly}
14
14
  s.description = %q{Get developing quickly}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nautilus
3
3
  version: !ruby/object:Gem::Version
4
- hash: 29
4
+ hash: 27
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 1
10
- version: 0.0.1
9
+ - 2
10
+ version: 0.0.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Thomas Newton
@@ -34,7 +34,7 @@ dependencies:
34
34
  version_requirements: *id001
35
35
  description: Get developing quickly
36
36
  email:
37
- - "tnewton@gmail.com\xC3\x9F"
37
+ - tnewton@gmail.com
38
38
  executables:
39
39
  - nautilus
40
40
  extensions: []