it_will_be_mine 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.
- checksums.yaml +7 -0
- data/README.md +8 -4
- metadata +36 -57
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: 1a20337ea2029cc270d26206f9cc435164f9489a
|
4
|
+
data.tar.gz: 0de284810694144ca4cb22225027fae978661c53
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: c817e1203363918aeeca0561e159611ae5d9051fe2cc55f858a9e89a0e243b31a59f4a856c3af330a058a09666ad085930e54e3f605379b683172f8edc4a8bfc
|
7
|
+
data.tar.gz: 76959bb83f76ff497251098f2dc0bdcbe15bc666b8d1cfc8c106ccbb8abc34cff344c9d175324ca9ee0afb77de85e4969d5c56ada6cd424b0e6641d404cdfeea
|
data/README.md
CHANGED
@@ -3,16 +3,20 @@
|
|
3
3
|
Determine whether a gem name is available using Ruby.
|
4
4
|
|
5
5
|
```ruby
|
6
|
+
gem install it_will_be_mine
|
7
|
+
```
|
8
|
+
|
9
|
+
```ruby
|
10
|
+
require 'it_will_be_mine'
|
11
|
+
|
6
12
|
it_will_be_mine?('some_witty_name') # => true
|
7
13
|
it_will_be_mine?('it_will_be_mine') # => false
|
8
|
-
```
|
9
14
|
|
10
|
-
|
15
|
+
# or
|
11
16
|
|
12
|
-
```ruby
|
13
17
|
will_it_be_mine?('supercalifragilisticexpialidocious')
|
14
18
|
```
|
15
19
|
|
16
|
-
Be warned
|
20
|
+
**Be warned,** Rubygems may not be too happy if you start DOSing them.
|
17
21
|
|
18
22
|
Twitter: [@cpatuzzo](https://twitter.com/#!/cpatuzzo)
|
metadata
CHANGED
@@ -1,79 +1,58 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: it_will_be_mine
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
|
5
|
-
prerelease:
|
6
|
-
segments:
|
7
|
-
- 0
|
8
|
-
- 0
|
9
|
-
- 1
|
10
|
-
version: 0.0.1
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.0.2
|
11
5
|
platform: ruby
|
12
|
-
authors:
|
13
|
-
-
|
6
|
+
authors:
|
7
|
+
- Chris Patuzzo
|
14
8
|
autorequire:
|
15
9
|
bindir: bin
|
16
10
|
cert_chain: []
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
- !ruby/object:Gem::Dependency
|
11
|
+
date: 2013-03-23 00:00:00.000000000 Z
|
12
|
+
dependencies:
|
13
|
+
- !ruby/object:Gem::Dependency
|
21
14
|
name: rspec
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
- !ruby/object:Gem::Version
|
28
|
-
hash: 3
|
29
|
-
segments:
|
30
|
-
- 0
|
31
|
-
version: "0"
|
15
|
+
requirement: !ruby/object:Gem::Requirement
|
16
|
+
requirements:
|
17
|
+
- - '>='
|
18
|
+
- !ruby/object:Gem::Version
|
19
|
+
version: '0'
|
32
20
|
type: :development
|
33
|
-
|
21
|
+
prerelease: false
|
22
|
+
version_requirements: !ruby/object:Gem::Requirement
|
23
|
+
requirements:
|
24
|
+
- - '>='
|
25
|
+
- !ruby/object:Gem::Version
|
26
|
+
version: '0'
|
34
27
|
description: Determine whether a gem name is available using Ruby
|
35
|
-
email: chris
|
28
|
+
email: chris@patuzzo.co.uk
|
36
29
|
executables: []
|
37
|
-
|
38
30
|
extensions: []
|
39
|
-
|
40
31
|
extra_rdoc_files: []
|
41
|
-
|
42
|
-
files:
|
32
|
+
files:
|
43
33
|
- README.md
|
44
34
|
- lib/it_will_be_mine.rb
|
45
|
-
homepage: https://github.com/
|
35
|
+
homepage: https://github.com/tuzz/it_will_be_mine
|
46
36
|
licenses: []
|
47
|
-
|
37
|
+
metadata: {}
|
48
38
|
post_install_message:
|
49
39
|
rdoc_options: []
|
50
|
-
|
51
|
-
require_paths:
|
40
|
+
require_paths:
|
52
41
|
- lib
|
53
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
none: false
|
64
|
-
requirements:
|
65
|
-
- - ">="
|
66
|
-
- !ruby/object:Gem::Version
|
67
|
-
hash: 3
|
68
|
-
segments:
|
69
|
-
- 0
|
70
|
-
version: "0"
|
42
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
43
|
+
requirements:
|
44
|
+
- - '>='
|
45
|
+
- !ruby/object:Gem::Version
|
46
|
+
version: '0'
|
47
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
48
|
+
requirements:
|
49
|
+
- - '>='
|
50
|
+
- !ruby/object:Gem::Version
|
51
|
+
version: '0'
|
71
52
|
requirements: []
|
72
|
-
|
73
53
|
rubyforge_project:
|
74
|
-
rubygems_version:
|
54
|
+
rubygems_version: 2.0.0
|
75
55
|
signing_key:
|
76
|
-
specification_version:
|
56
|
+
specification_version: 4
|
77
57
|
summary: Yes it will, yes it will!
|
78
58
|
test_files: []
|
79
|
-
|