gravasaurus_hex 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 675a14a5d8f4ae729c87b5e4b23faa8700ca77e4
4
- data.tar.gz: c7c931bc1d59a94d61a56abea01029e0bd433db8
3
+ metadata.gz: d147590661a1f41960f259f33d4944fa0e149646
4
+ data.tar.gz: d0fede07fcc25d772c6972bc764f5891f1a3b537
5
5
  SHA512:
6
- metadata.gz: 5ba89c6c3e12236d403900a30a8c6f2646768d18ee0e55206be0d4819d6303cf7a146b77d51c95c397d2e2e55eaad227ec5eb34c4d7b42661d6d2876dfb43edd
7
- data.tar.gz: 4250c4e926ecb49f15cdf5a6d5224ecc4f8402f9636f29ed2a94fe7d70e95b15737fa140ebe9604be7bbf00abab07db815980f2038f72499396d567970d08e6e
6
+ metadata.gz: 2f09b36f81a519e032af0580e369057d0365d9c66ea008d97d738fb03d784d7827781bdef6c7fde01ab5f380dd010cd1d5c659c392c6e5dc1f3bffc257c9e4fa
7
+ data.tar.gz: 4bc93292083384a079f3020aa84d0e48372a7fb570033d58c810757bb7dbe268febf1ae7cfcb4ac1b29a45a4f712b7125c5d0d7aef5ee05bcac536d7181c18e7
data/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # GravasaurusHex
2
2
 
3
- Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/gravasaurus_hex`. To experiment with that code, run `bin/console` for an interactive prompt.
4
-
5
- TODO: Delete this and the text above, and describe your gem
3
+ A really basic, super simple Gravatar url builder (ex: http://www.gravatar.com/avatar/f5b8fb60c6116331da07c65b96a8a1d1)
6
4
 
7
5
  ## Installation
8
6
 
@@ -16,13 +14,12 @@ And then execute:
16
14
 
17
15
  $ bundle
18
16
 
19
- Or install it yourself as:
20
-
21
- $ gem install gravasaurus_hex
22
-
23
17
  ## Usage
24
18
 
25
- TODO: Write usage instructions here
19
+ ```ruby
20
+ GravasaurusHex::Gravatar.new.url(email_address)
21
+ ```
22
+ ... yep, that basic.
26
23
 
27
24
  ## Development
28
25
 
@@ -32,7 +29,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
32
29
 
33
30
  ## Contributing
34
31
 
35
- Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/gravasaurus_hex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
32
+ Bug reports and pull requests are welcome on GitHub at https://github.com/acuppy/gravasaurus_hex. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](contributor-covenant.org) code of conduct.
36
33
 
37
34
 
38
35
  ## License
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Adam Cuppy"]
10
10
  spec.email = ["adam@codingzeal.com"]
11
11
 
12
- spec.summary = %q{Here is my amazing summary}
13
- spec.homepage = ""
12
+ spec.summary = %q{Simple Gravatar url builder}
13
+ spec.homepage = "https://github.com/acuppy/gravasaurus_hex"
14
14
  spec.license = "MIT"
15
15
 
16
16
  spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }
@@ -2,5 +2,4 @@ require "gravasaurus_hex/version"
2
2
  require "gravasaurus_hex/gravatar"
3
3
 
4
4
  module GravasaurusHex
5
- # Your code goes here...
6
5
  end
@@ -1,3 +1,3 @@
1
1
  module GravasaurusHex
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: gravasaurus_hex
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam Cuppy
@@ -72,7 +72,7 @@ files:
72
72
  - lib/gravasaurus_hex.rb
73
73
  - lib/gravasaurus_hex/gravatar.rb
74
74
  - lib/gravasaurus_hex/version.rb
75
- homepage: ''
75
+ homepage: https://github.com/acuppy/gravasaurus_hex
76
76
  licenses:
77
77
  - MIT
78
78
  metadata: {}
@@ -95,6 +95,6 @@ rubyforge_project:
95
95
  rubygems_version: 2.2.2
96
96
  signing_key:
97
97
  specification_version: 4
98
- summary: Here is my amazing summary
98
+ summary: Simple Gravatar url builder
99
99
  test_files: []
100
100
  has_rdoc: