print_batman 1.0.1 → 1.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. checksums.yaml +8 -8
  2. metadata +44 -2
checksums.yaml CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NGJmMTJjMjI0MGYwYTM5NGUzZGExY2ZmN2MzNzgyM2Q0YjQyMWM3Nw==
4
+ ZjgzNTU3MGRkZGU1ZTc4NzRmZGMxMDZmMGM4YmNiZmUwNTU5MjE3Yw==
5
5
  data.tar.gz: !binary |-
6
- MGI3OWZjZDY2YzUxYWFjNjcxMzg1ZDA5NzgyZTU0MjQzM2UxMmJiZA==
6
+ YWNlMGI1ZGVkMmU4OTE4Yzg4ODZjYWQ5Nzc0NDdkOTM4OTgxOGFjMQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2UzYzYwZjkxMWMyMTFiZDdhOGExM2NkYjUxNmQ1OWUzYTI4NmM4N2MyYTMy
10
- ZDFmNGFhYWU4ZjdkMDM1MGM5OThjMmZjYjk4MDM4Yjk0ZjRkZDlmNTZhNmU5
11
- NDdjNDgxZDY2NWNhZjIwZDM5OWY2NmM0NzhhNTlmZjY1ZDY3OGY=
9
+ NTkwY2M3NGM5ZGY3YzJlZjNiZGRhY2ZiZDM3NWQxYjFhODNmZWM5NWMyZTdj
10
+ NTlhZDYyZDNkNTc0Yzk2NGNjOWY1YmRkZjc2Y2Q5MzYxZjI2OTQ0ODM1N2Vk
11
+ ZGY0MzYzY2YzYTM1Zjc2MWVjOWI2MjhjN2I3NGJhMjQyM2IzNWQ=
12
12
  data.tar.gz: !binary |-
13
- M2QyMzBkM2RhMDlmN2NlZmU0YzcxNTNmNWY3MDFiMjg5NGZjYTYzNTc5ZTNh
14
- MTEyODcxMmJhMGNkNjU4MzBjM2NjMzVhZDYxMTI5NjRjNTdlYjUyYWE1Y2Rm
15
- ODAyYTA4MGU5NDYwMzU2MDYxMTk0YjMyNjhjYTU2NTZmMTI4MGY=
13
+ ZWI2ZjMyNTNmN2JjNWQ4ZDVmYjdjMTdiZjcyZTU2NWUzYzc4ZDA4NzE5ZWQw
14
+ MWVkNGMyMjExNGY2MjgyZjBhNDMzMjY1OWY5YjVjMWE4YjkzZDQxMjRjNmRk
15
+ Y2U3ZDFmMjExNmU1MGQ2MzA2ZTUyODFiZDk0ZWMzM2Y5MjFjNjI=
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: print_batman
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Paul Regnart
@@ -9,7 +9,49 @@ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
  date: 2014-03-01 00:00:00.000000000 Z
12
- dependencies: []
12
+ dependencies:
13
+ - !ruby/object:Gem::Dependency
14
+ name: minitest
15
+ requirement: !ruby/object:Gem::Requirement
16
+ requirements:
17
+ - - ! '>='
18
+ - !ruby/object:Gem::Version
19
+ version: '0'
20
+ type: :development
21
+ prerelease: false
22
+ version_requirements: !ruby/object:Gem::Requirement
23
+ requirements:
24
+ - - ! '>='
25
+ - !ruby/object:Gem::Version
26
+ version: '0'
27
+ - !ruby/object:Gem::Dependency
28
+ name: bundler
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ! '>='
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :development
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ! '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ - !ruby/object:Gem::Dependency
42
+ name: rake
43
+ requirement: !ruby/object:Gem::Requirement
44
+ requirements:
45
+ - - ! '>='
46
+ - !ruby/object:Gem::Version
47
+ version: '0'
48
+ type: :development
49
+ prerelease: false
50
+ version_requirements: !ruby/object:Gem::Requirement
51
+ requirements:
52
+ - - ! '>='
53
+ - !ruby/object:Gem::Version
54
+ version: '0'
13
55
  description: The print method prints Batman
14
56
  email: ''
15
57
  executables: []