glitch-time 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/README.rdoc CHANGED
@@ -1,19 +1,7 @@
1
1
  = glitch-time
2
2
 
3
- Description goes here.
4
-
5
- == Contributing to glitch-time
6
-
7
- * Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet
8
- * Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it
9
- * Fork the project
10
- * Start a feature/bugfix branch
11
- * Commit and push until you are happy with your contribution
12
- * Make sure to add tests for it. This is important so I don't break it in a future version unintentionally.
13
- * Please try not to mess with the Rakefile, version, or history. If you want to have your own version, or is otherwise necessary, that is fine, but please isolate to its own commit so I can cherry-pick around it.
3
+ This is a port of the Glitch time converter documented here: http://api.glitch.com/docs/time/
14
4
 
15
5
  == Copyright
16
6
 
17
- Copyright (c) 2011 Simon Peck. See LICENSE.txt for
18
- further details.
19
-
7
+ Knock yourself out. Just give me credit where due.
data/glitch-time.gemspec CHANGED
@@ -4,7 +4,7 @@ require "glitch-time/version"
4
4
 
5
5
  Gem::Specification.new do |s|
6
6
  s.name = "glitch-time"
7
- s.version = Glitch::Time::VERSION
7
+ s.version = "0.0.2"
8
8
  s.authors = ["Simon Peck"]
9
9
  s.email = ""
10
10
  s.homepage = ""
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: glitch-time
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:
@@ -26,8 +26,6 @@ files:
26
26
  - Rakefile
27
27
  - VERSION
28
28
  - glitch-time.gemspec
29
- - lib/glitch-time.rb
30
- - lib/glitch-time/version.rb
31
29
  - lib/glitch_time.rb
32
30
  - test/glitch_time_test.rb
33
31
  homepage: ''
data/lib/glitch-time.rb DELETED
@@ -1,7 +0,0 @@
1
- require "glitch-time/version"
2
-
3
- module Glitch
4
- module Time
5
- # Your code goes here...
6
- end
7
- end
@@ -1,5 +0,0 @@
1
- module Glitch
2
- module Time
3
- VERSION = "0.0.1"
4
- end
5
- end