netznarkose 1.0.2 → 1.0.3

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89423e31d949e51cef46b93205e2c6649e00eda0
4
- data.tar.gz: 89fcc4edcd3996d1998f40d85f8983f9a96eb9a8
3
+ metadata.gz: 5bb15b5bbb3c9b0a817d9975770ccce8d6a2c0fb
4
+ data.tar.gz: 3bdb93a1efc3a0072e442fe1e8629a7981bdca5f
5
5
  SHA512:
6
- metadata.gz: 2c7c5b89c648672190e8b78dda2a6d3ff2bc6f882963c4ae7b41eaba8abedaf4152a0c4d6a8b61d19b0d10eea206e81ce65f7d9821fab07711abdb901a03ad66
7
- data.tar.gz: 4941151ded03bb32b0903ffdcbd8843c28dc4a1e54f12c195f45ae9a13fd44ca932b2d70c7057c393b7557fa7fa3c3de9875228f656351ab9b6a3e8f6747dd21
6
+ metadata.gz: a2bc326475b314db6b9badf88fa3b4e301aa8ccc9b4436c8a8777f1d5aea1df5430188b626bd247b47b936d513cea6465a3e21e54963ac706a8d31d4f76daba2
7
+ data.tar.gz: f2f8e2dac460d0c148c2b02646f0aba6f38b571b31a791ec6a2c037aa63a9173d03958cf7cd296272895f060855be0242c8bd582fac9ba6af8ef36a0cd2e4e5e
@@ -1,3 +1,3 @@
1
1
  module Netznarkose
2
- VERSION = "1.0.2"
2
+ VERSION = "1.0.3"
3
3
  end
data/lib/netznarkose.rb CHANGED
@@ -1,9 +1,7 @@
1
1
  require "netznarkose/version"
2
2
 
3
- module Netznarkose
4
- class String
5
- def swap_me
6
- self.swapcase
7
- end
3
+ module Lorem
4
+ def self.ipsum
5
+ "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum."
8
6
  end
9
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: netznarkose
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Netznarkose
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-09-24 00:00:00.000000000 Z
11
+ date: 2015-09-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler