i_love_unicode 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.
Files changed (2) hide show
  1. data/README.md +2 -0
  2. metadata +23 -55
data/README.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  ✓ (pronounced *checkmark* or *“U+2713”*) is three things:
4
4
 
5
+ UPDATE: This README states some things that are not true, that's how Readme Driven Development goes! I'll update it ASAP, thank you :)
6
+
5
7
  * Yet another Ruby test library because, you know, the world needs more Ruby testing libraries
6
8
  * An experiment to test how deep the usual Ruby stack (Ruby itself, Rubygems, Bundler) and the related ecosystem (file systems, shells, editors, version control systems) embrace Unicode
7
9
  * A stupid thing you could but probably should not try at home. No ☃s were damaged while doing it though
metadata CHANGED
@@ -1,81 +1,49 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: i_love_unicode
3
- version: !ruby/object:Gem::Version
4
- hash: 29
3
+ version: !ruby/object:Gem::Version
4
+ version: 0.0.2
5
5
  prerelease:
6
- segments:
7
- - 0
8
- - 0
9
- - 1
10
- version: 0.0.1
11
6
  platform: ruby
12
- authors:
7
+ authors:
13
8
  - Sergio Gil
14
9
  autorequire:
15
10
  bindir: bin
16
11
  cert_chain: []
17
-
18
- date: 2012-09-08 00:00:00 Z
19
- dependencies:
20
- - !ruby/object:Gem::Dependency
21
- name: minitest-reporters
22
- prerelease: false
23
- requirement: &id001 !ruby/object:Gem::Requirement
24
- none: false
25
- requirements:
26
- - - ">="
27
- - !ruby/object:Gem::Version
28
- hash: 3
29
- segments:
30
- - 0
31
- version: "0"
32
- type: :runtime
33
- version_requirements: *id001
12
+ date: 2012-09-08 00:00:00.000000000 Z
13
+ dependencies: []
34
14
  description:
35
15
  email: sgilperez@gmail.com
36
16
  executables: []
37
-
38
17
  extensions: []
39
-
40
- extra_rdoc_files:
18
+ extra_rdoc_files:
41
19
  - README.md
42
- files:
20
+ files:
43
21
  - README.md
44
- - "lib/\xE2\x9C\x93.rb"
45
- homepage: "http://github.com/porras/\xE2\x9C\x93"
22
+ - lib/✓.rb
23
+ homepage: http://github.com/porras/✓
46
24
  licenses: []
47
-
48
25
  post_install_message:
49
- rdoc_options:
26
+ rdoc_options:
50
27
  - --main
51
28
  - README.md
52
- require_paths:
29
+ require_paths:
53
30
  - lib
54
- required_ruby_version: !ruby/object:Gem::Requirement
31
+ required_ruby_version: !ruby/object:Gem::Requirement
55
32
  none: false
56
- requirements:
57
- - - ">="
58
- - !ruby/object:Gem::Version
59
- hash: 3
60
- segments:
61
- - 0
62
- version: "0"
63
- required_rubygems_version: !ruby/object:Gem::Requirement
33
+ requirements:
34
+ - - ! '>='
35
+ - !ruby/object:Gem::Version
36
+ version: '0'
37
+ required_rubygems_version: !ruby/object:Gem::Requirement
64
38
  none: false
65
- requirements:
66
- - - ">="
67
- - !ruby/object:Gem::Version
68
- hash: 3
69
- segments:
70
- - 0
71
- version: "0"
39
+ requirements:
40
+ - - ! '>='
41
+ - !ruby/object:Gem::Version
42
+ version: '0'
72
43
  requirements: []
73
-
74
44
  rubyforge_project:
75
45
  rubygems_version: 1.8.24
76
46
  signing_key:
77
47
  specification_version: 3
78
- summary: "\xE2\x9C\x93 Semantically awesome testing library"
48
+ summary: Semantically awesome testing library
79
49
  test_files: []
80
-
81
- has_rdoc: