devmate 0.1.1 → 0.1.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
- MWU1YmYxZWY2NTM5OGJlM2IxYmYxZmI0ZjI0MDFkNmYyOGQ2ZWNkNA==
4
+ N2E0NGE3MTJlYzQzZDhlNTE3Mjk3Nzg1MTJmMGNhY2ZmYzQwM2YwYg==
5
5
  data.tar.gz: !binary |-
6
- MzU2Zjk5ZDE3NmJjNDUxYzg2ODRkMTMwMTk1MmQzNTQ2YmJlNDUzZg==
6
+ ZWMzNTkwMDQ2NjAzZWZhMTRjNmVkNTUzMDU0Y2Y3NjYwOTkzZDg2Yw==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- M2JjY2NjZGQ0MDMzY2E1MTg0NDM0NTE0NmI1MmJjZmQxYjNhYTJmYjE3YjJi
10
- YWExMmJiNTczZGIxZGM1ZTM1Nzc3OTExNDkwZDYzZjMyMTlmYWUwYTRmZThi
11
- MTVhMjJkNGQ3ZjQxZjFiNmU3ZTI5NDE2NjkyYjJiYmUzOWMzY2Y=
9
+ N2EwYzA3NGMyNWYyOTEyNjZmMWQ1ZmJmYTExMWQxNmUwZGEyYTI5ZDAxZWFj
10
+ MmQxMzA4NmMzNzUxYTEzZjg4NTVhNGJjY2RmYmJhYTQzYTc0MzMzM2M1YWYx
11
+ YjRjN2E2ZWMzZmIwNWEzNzdiNzdkZGZlMmE4MDQyZjEwM2UxMGU=
12
12
  data.tar.gz: !binary |-
13
- OGM2N2Y5MmE0YWQ1YzUyMWViMjIyZGU5N2MxMzk1ZjBmMDk5YTMwOTZjODg4
14
- OWRmOTFkN2MyZWVhOTUxNDcxYWM0NDNkNTc5N2Q4OTNiOWMxNzVkZTIxNjdl
15
- MjY5N2Y1MzA4YTgyYjkyMGEyYjEwZmNhNjVmYjM2YmQ4YWIwYWY=
13
+ MzFlNWMzZGY1NzQxMGRmYjdiYjNhY2RiZjU4ZGRlNGU1YjdiMjY4MTZmOGE5
14
+ NWVmNDVhMTVlZTVmYTYyMzRjODc5NWEwODgzYWMyODE2ZjE5NDBiOTkwODg4
15
+ ZDNjZGEyMjM5Y2YzZDFmZGZmMjE1MTMxMGNmN2UxZTE2ZjM5OGE=
@@ -3,7 +3,7 @@
3
3
  "2": "We are stuck with technology when what we really want is just stuff that works ~ Douglas Adams!",
4
4
  "3": "It’s supposed to be automatic, but actually you have to push this button ~ John Brunner",
5
5
  "4": "Computers make it easier to do a lot of things, but most of the things they make it easier to do don’t need to be done ~ Andy Rooney",
6
- "5": "May the source be with you",
6
+ "5": "If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime ~ David Leinweber",
7
7
  "6": "Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live ~ Martin Golding",
8
8
  "7": "When debugging, novices insert corrective code; experts remove defective code ~ Richard Pattis",
9
9
  "8": "Any fool can write code that a computer can understand. Good programmers write code that humans can understand ~ Martin Fowler",
@@ -21,7 +21,7 @@
21
21
  "20": "A language that doesn’t have everything is actually easier to program in than some that do ~ Dennis M. Ritchie",
22
22
  "21": "Compatibility means deliberately repeating other people’s mistakes ~ David Wheeler",
23
23
  "22": "Code never lies, comments sometimes do ~ Ron Jeffries",
24
- "23": "I am rarely happier than when spending an entire day programming my computer to perform automatically a task that would otherwise take me a good ten seconds to do by hand ~ Douglas Adams, Last Chance to See",
24
+ "23": "I am rarely happier than when spending an entire day programming my computer to perform automatically a task that would otherwise take me a good ten seconds to do by hand ~ Douglas Adams",
25
25
  "24": "When I am working on a problem I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong ~ R. Buckminster Fuller",
26
26
  "25": "Theory is when you know something, but it doesn’t work. Practice is when something works, but you don’t know why. Programmers combine theory and practice: Nothing works and they don’t know why ~ Stewart Brand",
27
27
  "26": "Good code is short, simple, and symmetrical – the challenge is figuring out how to get there ~ Sean Parent",
@@ -31,6 +31,5 @@
31
31
  "30": "If it doesn’t work, it doesn’t matter how fast it doesn’t work ~ Mich Ravera",
32
32
  "31": "No code is faster than no code ~ Merb Motto",
33
33
  "32": "So much complexity in software comes from trying to make one thing do two things ~ Ryan Singer",
34
- "33": "Normal people believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet ~ Scott Adams",
35
- "34": "If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime ~ David Leinweber"
34
+ "33": "Normal people believe that if it ain’t broke, don’t fix it. Engineers believe that if it ain’t broke, it doesn’t have enough features yet ~ Scott Adams"
36
35
  }
@@ -1,3 +1,3 @@
1
1
  module Devmate
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: devmate
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - siddharth bhagwan