str_methods_djungst 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e4b58ec36fd3c8afa546791dc1e40bb8c6b4d4f6
4
- data.tar.gz: 01e369fd611a58672454b9e2e431e12dc1e2b507
3
+ metadata.gz: 169111c9ec5268813479bf56e827f741745e954e
4
+ data.tar.gz: 9dd7c6d59f3ffb58bc31781ec01d2c65ba7db8ac
5
5
  SHA512:
6
- metadata.gz: f1864f65cb00cbd33e7836ceff757b80b1929d4f69b6458338bd62731644c7b41563745c0599a453bcbbd2da7f155bcc12d4b17f83b46a2c73cb3a7faf8dfe48
7
- data.tar.gz: 139aa524d04dc4a5163627cb9fbd0fa5f0629b9fb7587baa0be5870e4aada2452eef3383d3471836600618b9c05e34591a948ea3c689d99cc4a2801f7e288241
6
+ metadata.gz: a8e0d309cb2683d169a11dce22f645ec923c36636f6535342f1a1bfa12184668f5505d68afe4d4cf96bba344b07a237d9c269f1254fcfb2dcb7b95ba534e062b
7
+ data.tar.gz: 56bf8dffd1e34ec08500810a0d22c0b458b55a04de2f7ff184f003ddd32be3fd0d24eecdfbcdeba1ebf5e7d48467a08899515cf2c04dcd8d397f9495e73a0c90
data/Gemfile.lock ADDED
@@ -0,0 +1,35 @@
1
+ PATH
2
+ remote: .
3
+ specs:
4
+ str_methods_djungst (0.1.0)
5
+
6
+ GEM
7
+ remote: https://rubygems.org/
8
+ specs:
9
+ diff-lcs (1.3)
10
+ rake (10.5.0)
11
+ rspec (3.6.0)
12
+ rspec-core (~> 3.6.0)
13
+ rspec-expectations (~> 3.6.0)
14
+ rspec-mocks (~> 3.6.0)
15
+ rspec-core (3.6.0)
16
+ rspec-support (~> 3.6.0)
17
+ rspec-expectations (3.6.0)
18
+ diff-lcs (>= 1.2.0, < 2.0)
19
+ rspec-support (~> 3.6.0)
20
+ rspec-mocks (3.6.0)
21
+ diff-lcs (>= 1.2.0, < 2.0)
22
+ rspec-support (~> 3.6.0)
23
+ rspec-support (3.6.0)
24
+
25
+ PLATFORMS
26
+ ruby
27
+
28
+ DEPENDENCIES
29
+ bundler (~> 1.16)
30
+ rake (~> 10.0)
31
+ rspec (~> 3.0)
32
+ str_methods_djungst!
33
+
34
+ BUNDLED WITH
35
+ 1.16.0
@@ -1,3 +1,3 @@
1
1
  module StrMethodsDjungst
2
- VERSION = "1.0.0"
2
+ VERSION = "1.1.0"
3
3
  end
@@ -1,4 +1,5 @@
1
1
  require "str_methods_djungst/version"
2
+ require "str_methods_djungst/greeting"
2
3
 
3
4
  module StrMethodsDjungst
4
5
  def self.reversify(str)
Binary file
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: str_methods_djungst
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - David Jungst
@@ -64,6 +64,7 @@ files:
64
64
  - ".travis.yml"
65
65
  - CODE_OF_CONDUCT.md
66
66
  - Gemfile
67
+ - Gemfile.lock
67
68
  - LICENSE.txt
68
69
  - README.md
69
70
  - Rakefile
@@ -71,6 +72,8 @@ files:
71
72
  - bin/setup
72
73
  - lib/str_methods_djungst.rb
73
74
  - lib/str_methods_djungst/version.rb
75
+ - str_methods_djungst-0.1.0.gem
76
+ - str_methods_djungst-1.0.0.gem
74
77
  - str_methods_djungst.gemspec
75
78
  homepage: https://github.com/wdjungst/str_methods_djungst
76
79
  licenses: