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 CHANGED
@@ -1,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- MzhiY2FiNDllNzQwNjAzMzIwOWE3ZjAwYWUzM2FjNzJmZTc4NWNmMw==
4
+ ZDUzYmJhOTE1NDEzYzhkYWI2MTg1NmEyYWY0ZDNjY2VhN2MwNmQxMg==
5
5
  data.tar.gz: !binary |-
6
- MTI3Y2VlN2FhODZiNzJkZDBkZWFmNTE0ZjJmOTcyMzlkYjkxY2VhNQ==
6
+ YWRmNzEwMDM4YjI5MmRmYzM5OTU5ZDc5MjVmOGZjOGFlNmJmYzRkMQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NDA5MGRmZTI1MGNiMDk5MDgzNjgzN2U4NWIwMjc0OWY3ZTQwMjBlMWJhNDQ1
10
- N2U4MTVmYjVjOGJiMmZjNGYzYjE5MmI3YjU5N2U1ODFiZGIzODAxY2Y2MTVk
11
- MjIxYTRkOTUxY2JjNDQ3ODVmM2JlNWY3YWFmZDdhN2FiZDQ0ZmE=
9
+ MWQ5ZGZiN2YxZWQ5ZTYzYzIzZjllYmNiMzljZTUzNTRmYzRjMDNjZDkxNWIz
10
+ MWE5MmE3NmY1ZDQ0MGIxNWI0NGMxYjM0MjBlODUxMzcwMWNhMzY3NzdmNzAy
11
+ MTRjOTQ5OWRiYmVjZjNiNDg0MjliOGI2ZmYyMTMxYzMyNmQ4ZGI=
12
12
  data.tar.gz: !binary |-
13
- Y2E1MDNiYzZiYjMxMWMxYzg4MDM3MmU4ZmZiOTA1ZTk0M2U2ZDc2NzQ1NTk0
14
- NTYzY2Q2ZDcxNWZjZWFkMjk2ZDUzMGRjYzQ1ZTA1MzExMDg0YzgzMzhmNDBi
15
- ZmIwZmMyYjQyNDIyYzA4YzVhZWI4NzM2NDA0ZWIwMGQ1MjkxNGM=
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," 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."
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
@@ -1,3 +1,3 @@
1
1
  module Martinism
2
- VERSION = "0.0.1"
2
+ VERSION = "0.0.2"
3
3
  end
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.1
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/martin.rb
55
+ - lib/martinism.rb
56
56
  - lib/martinism/version.rb
57
57
  - martinism.gemspec
58
58
  homepage: ''