martinism 0.0.3 → 0.0.4

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
- YTMxY2EwOTE1MjM1NGIyODJiNWRhZDBhYTRkMTFlYzQzNmVkNjc3YQ==
4
+ OGEyNDUxNjVkOTE1ODNhZjk1Zjg3NTQ3Y2YwNTc3NzNjNDExYjMzMw==
5
5
  data.tar.gz: !binary |-
6
- MjBmZjFhMmU4YTVkN2M5ZGE3MWY1ZWIzOTkyYzQ3MTJmOGJkOThkNg==
6
+ NzFmYmY4M2M5ZTExODdkZDVlYjA2ZWYyOWMyOWY1ZDk4NDQwNWE5NQ==
7
7
  !binary "U0hBNTEy":
8
8
  metadata.gz: !binary |-
9
- NWZjNzU2NjZhMWFlZjNjZjczNTJjMGQxMmE2YWFiYzEzMDUzZjZiMTQ5Nzhj
10
- NWQ0ODMyYmVlNzQwMjYyNGNkYTI2NzU4Y2NhMGQ1YzE2M2U0N2M5M2M0MTE5
11
- OGUwOTA3MTQ0YjhmZTgzYjM0YTg0OWQyYmI0NjcyMzBmZTVkZmQ=
9
+ MWMwNWEzNmE0YWRhNjExOTQ0MWIxNDI3ZjM1ZWM3YjQyYjYzMTI3OWQ3OTFj
10
+ MGU4MTMzZjAxMjNlZWJkNjUyYzlkYjIxMzBmYmQxM2QzNDZkZWY2ZTAzZjk1
11
+ YzUyODcwNzE4YWY3YmNhZWM4MDM5MTdjNjUxNjVmMTk1MWY1MGI=
12
12
  data.tar.gz: !binary |-
13
- MjQ5YjMzMjlkMjE5ODYwM2MwMDRjN2M1YzRhNWJkMDYxYjg4NTk0YzdhNWY3
14
- MGQ1YzM5ZTY4ZmQ2ZWE2NWI4MGFhMWVmYjIwN2Q4MzZlNzM1NWI5ZmY5Njc4
15
- ZjEwY2FmNzQ3MzNhOGMxMmZlOGE5MWFiMTMwZTNiOWNiZGNkNjY=
13
+ ZDhiYzY3YjgxYjk4MTlmZTBjODFjY2E5NjhmYzM1ZWU2NzljNWFhYzE2ZDk5
14
+ MmRkMDJhZWYzYzM5N2EyY2ViYWZiOTc0M2YyYWE5MmEzNzI5NWQ4MzJmNGRi
15
+ OTYyYmFjNmVkMjA2YmIzMjdkNDY1ZDM3OWYyMjJhNzU0YThkODk=
@@ -2,9 +2,48 @@
2
2
 
3
3
  quotes = [
4
4
  "we're all paying the taxes on life",
5
+
5
6
  "watch out for millions of files in your disk subsystem",
7
+
6
8
  "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."
9
+
10
+ "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.",
11
+
12
+ "Well, I thought we already went over that, but I guess I can explain it again",
13
+
14
+ "Let me be very clear on this...",
15
+
16
+ "Essentially, anything you do outside your corporate IT
17
+ firewall is in the cloud. Nothing \"cloudy\" about it :)",
18
+
19
+ "Cars, home appliances, even light bulbs will all eventually connect
20
+ to the cloud. \" The Internet of Things\" is where it's all headed.
21
+ Smart Appliances will be a savior to our power grid. And just
22
+ imagine what will happen when everyone plugs in their Electric
23
+ Vehicle some day",
24
+
25
+ "It's like this. The cloud is not inside the firewall.
26
+ Information Technologists will still perform due
27
+ diligence on cloud solutions. But real implementation
28
+ will be outside their view \"up in the cloud
29
+ somewhere.\"",
30
+
31
+ "Yes, you can have your personal data in the cloud, but we
32
+ don't think about your phone data being \"in the cloud.\"
33
+ However, it could be :)",
34
+
35
+ "Sorry, grid computing is really a separate discussion
36
+ altogether. The Grid was a technology trying to find a
37
+ market solution, rather than a solution finding a market.",
38
+
39
+ "Obviously it takes an economy of scale to \"go cloud.\"",
40
+
41
+ "Any time there is a workflow, a protocol, or compliance
42
+ requirement, a cloud solution can service these challenges
43
+ and scale to large communities.",
44
+
45
+ "I don't \"write my own code\". I perform surgery. Let me show you with this
46
+ Brower recording software."
8
47
  ]
9
48
 
10
49
  puts quotes.sample
@@ -1,3 +1,3 @@
1
1
  module Martinism
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
@@ -6,8 +6,8 @@ require 'martinism/version'
6
6
  Gem::Specification.new do |spec|
7
7
  spec.name = "martinism"
8
8
  spec.version = Martinism::VERSION
9
- spec.authors = ["John Dyer"]
10
- spec.email = ["johntdyer@gmail.com"]
9
+ spec.authors = ["John Dyer","Robby Dyer"]
10
+ spec.email = ["johntdyer@gmail.com","robby.dyer@gmail.com"]
11
11
  spec.description = %q{}
12
12
  spec.summary = %q{}
13
13
  spec.homepage = "https://github.com/johntdyer/martinism"
metadata CHANGED
@@ -1,14 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: martinism
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - John Dyer
8
+ - Robby Dyer
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-06-19 00:00:00.000000000 Z
12
+ date: 2013-06-20 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: bundler
@@ -41,6 +42,7 @@ dependencies:
41
42
  description: ''
42
43
  email:
43
44
  - johntdyer@gmail.com
45
+ - robby.dyer@gmail.com
44
46
  executables:
45
47
  - martinism
46
48
  extensions: []