jamesrampton 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/lib/jamesrampton.rb +6 -0
- metadata +7 -9
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 0f3a0bf2cb296f306d4e84a0618316078036b7c3
|
4
|
+
data.tar.gz: a1f9727f57e54441ea7299359bff0e445460511a
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: e76fa974aaa8a444a8ab478918d0e67332455b6dd6aeec2a38d58d4deb662803bc733b76f23bc755a68dc44c276116f4e2b8308fff03b2b965975a560361b59d
|
7
|
+
data.tar.gz: 53645c452a6ec9d6769e7ab370244ffd03c4dca68f1ec51eb2c4dff759bb1f6f3a2e7dcfa58794c59e6ffe041060ebdfc194234df62ecf8a333d76838193ac55
|
data/lib/jamesrampton.rb
CHANGED
metadata
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jamesrampton
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
5
|
-
prerelease:
|
4
|
+
version: 0.0.2
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- James Rampton
|
@@ -12,7 +11,7 @@ cert_chain: []
|
|
12
11
|
date: 2013-01-10 00:00:00.000000000 Z
|
13
12
|
dependencies: []
|
14
13
|
description: A simple gem that puts my website
|
15
|
-
email:
|
14
|
+
email: me@jamesrampton.com
|
16
15
|
executables:
|
17
16
|
- jamesrampton
|
18
17
|
extensions: []
|
@@ -22,26 +21,25 @@ files:
|
|
22
21
|
- bin/jamesrampton
|
23
22
|
homepage: http://www.jamesrampton.com
|
24
23
|
licenses: []
|
24
|
+
metadata: {}
|
25
25
|
post_install_message:
|
26
26
|
rdoc_options: []
|
27
27
|
require_paths:
|
28
28
|
- lib
|
29
29
|
required_ruby_version: !ruby/object:Gem::Requirement
|
30
|
-
none: false
|
31
30
|
requirements:
|
32
|
-
- -
|
31
|
+
- - '>='
|
33
32
|
- !ruby/object:Gem::Version
|
34
33
|
version: '0'
|
35
34
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
36
|
-
none: false
|
37
35
|
requirements:
|
38
|
-
- -
|
36
|
+
- - '>='
|
39
37
|
- !ruby/object:Gem::Version
|
40
38
|
version: '0'
|
41
39
|
requirements: []
|
42
40
|
rubyforge_project:
|
43
|
-
rubygems_version:
|
41
|
+
rubygems_version: 2.0.3
|
44
42
|
signing_key:
|
45
|
-
specification_version:
|
43
|
+
specification_version: 4
|
46
44
|
summary: Don't worry about this, I'm just learning to write gems
|
47
45
|
test_files: []
|