martinism 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 +8 -8
- data/bin/martinism +1 -1
- data/lib/martinism/version.rb +1 -1
- data/lib/{martin.rb → martinism.rb} +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
ZDUzYmJhOTE1NDEzYzhkYWI2MTg1NmEyYWY0ZDNjY2VhN2MwNmQxMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
YWRmNzEwMDM4YjI5MmRmYzM5OTU5ZDc5MjVmOGZjOGFlNmJmYzRkMQ==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
MWQ5ZGZiN2YxZWQ5ZTYzYzIzZjllYmNiMzljZTUzNTRmYzRjMDNjZDkxNWIz
|
10
|
+
MWE5MmE3NmY1ZDQ0MGIxNWI0NGMxYjM0MjBlODUxMzcwMWNhMzY3NzdmNzAy
|
11
|
+
MTRjOTQ5OWRiYmVjZjNiNDg0MjliOGI2ZmYyMTMxYzMyNmQ4ZGI=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
NDNkMDdkZDE5ZTg4ODZjODQyZDZhODA4Yzk5MTZhMjM1MDIxYTQwYjQyMzA1
|
14
|
+
MDAwMmRkOTNlMDZjNjQzYzZkMjE4NzRhM2ZmZDI0MGNmYWE5MDUyYTk4ODdl
|
15
|
+
M2Y0NmJkODIzMmJmZTVmNzU3NTA3ZjhlM2RiYmNiOTFkMWQ5ZTE=
|
data/bin/martinism
CHANGED
@@ -4,7 +4,7 @@ quotes = [
|
|
4
4
|
"we're all paying the taxes on life",
|
5
5
|
"watch out for millions of files in your disk subsystem",
|
6
6
|
"Yes, Big Pharmaceutical companies can use the cloud, too.",
|
7
|
-
"There are large "private clouds
|
7
|
+
"There are large \"private clouds,\" in both the public and private sectors. These private clouds are formations of trusted communities for managing processes, such as Protocols, Certification, Compliance, and various Work Flows . Private clouds allow community members to securely share and manage information while allowing critical transparency."
|
8
8
|
]
|
9
9
|
|
10
10
|
puts quotes.sample
|
data/lib/martinism/version.rb
CHANGED
File without changes
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: martinism
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Dyer
|
@@ -52,7 +52,7 @@ files:
|
|
52
52
|
- README.md
|
53
53
|
- Rakefile
|
54
54
|
- bin/martinism
|
55
|
-
- lib/
|
55
|
+
- lib/martinism.rb
|
56
56
|
- lib/martinism/version.rb
|
57
57
|
- martinism.gemspec
|
58
58
|
homepage: ''
|