zgzgcase 0.1.1 → 0.1.2
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 +4 -4
- data/Gemfile +1 -1
- data/Gemfile.lock +1 -1
- data/README.md +5 -5
- data/bin/console +1 -1
- data/lib/{zgzgcase → zigzagcase}/string.rb +1 -1
- data/lib/zigzagcase/version.rb +3 -0
- data/lib/zigzagcase.rb +2 -0
- data/zgzgcase.gemspec +5 -5
- metadata +8 -8
- data/lib/zgzgcase/version.rb +0 -3
- data/lib/zgzgcase.rb +0 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3837b1912bfaf418f252738e1b3f2283417a350b58465a70c2f1ef06ca8ea5cb
|
|
4
|
+
data.tar.gz: 6cbab47f6de1fcaa5a8e6b25e520a63d9ac882d6e33719dcf208723eb79ec6c3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 10ea73ef33bd63c69bbfcdcc123ca58ec17af2ffb3ecb43912d8ef4c4f0badda813af43cd07a0daaa8588ac8af99888b7fc6beef73a612059271f05a6c36ad8e
|
|
7
|
+
data.tar.gz: 2f6f0af92f9c097e523a46423fa580d54603907111a836b58abc106a744474797e8eab68e126e20b4f64e41bbe7abe18b4052daa66fe9cd79132a0fd4fae07d5
|
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Zigzagcase
|
|
2
2
|
|
|
3
|
-
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/
|
|
3
|
+
Welcome to your new gem! In this directory, you'll find the files you need to be able to package up your Ruby library into a gem. Put your Ruby code in the file `lib/zigzagcase`. To experiment with that code, run `bin/console` for an interactive prompt.
|
|
4
4
|
|
|
5
5
|
TODO: Delete this and the text above, and describe your gem
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ TODO: Delete this and the text above, and describe your gem
|
|
|
9
9
|
Add this line to your application's Gemfile:
|
|
10
10
|
|
|
11
11
|
```ruby
|
|
12
|
-
gem '
|
|
12
|
+
gem 'zigzagcase'
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
And then execute:
|
|
@@ -18,7 +18,7 @@ And then execute:
|
|
|
18
18
|
|
|
19
19
|
Or install it yourself as:
|
|
20
20
|
|
|
21
|
-
$ gem install
|
|
21
|
+
$ gem install zigzagcase
|
|
22
22
|
|
|
23
23
|
## Usage
|
|
24
24
|
|
|
@@ -32,7 +32,7 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
|
|
|
32
32
|
|
|
33
33
|
## Contributing
|
|
34
34
|
|
|
35
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
35
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/CIRCLECI-GWP/zigzagcase.
|
|
36
36
|
|
|
37
37
|
|
|
38
38
|
## License
|
data/bin/console
CHANGED
data/lib/zigzagcase.rb
ADDED
data/zgzgcase.gemspec
CHANGED
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
require_relative 'lib/
|
|
1
|
+
require_relative 'lib/zigzagcase/version'
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "zgzgcase"
|
|
5
|
-
spec.version =
|
|
5
|
+
spec.version = Zigzagcase::VERSION
|
|
6
6
|
spec.authors = ["Ndagi Stanley"]
|
|
7
7
|
spec.email = ["ndagis@gmail.com"]
|
|
8
8
|
|
|
9
9
|
spec.summary = %q{MaKe sTrInGs lOoK LiKe tHiS}
|
|
10
10
|
spec.description = %q{Alternates uppercase and lowercase across letters}
|
|
11
|
-
spec.homepage = "https://github.com/CIRCLECI-GWP/
|
|
11
|
+
spec.homepage = "https://github.com/CIRCLECI-GWP/zigzagcase"
|
|
12
12
|
spec.license = "MIT"
|
|
13
13
|
spec.required_ruby_version = Gem::Requirement.new(">= 2.3.0")
|
|
14
14
|
|
|
15
15
|
spec.metadata["allowed_push_host"] = "https://rubygems.org"
|
|
16
16
|
|
|
17
17
|
spec.metadata["homepage_uri"] = spec.homepage
|
|
18
|
-
spec.metadata["source_code_uri"] = "https://github.com/CIRCLECI-GWP/
|
|
19
|
-
spec.metadata["changelog_uri"] = "https://github.com/CIRCLECI-GWP/
|
|
18
|
+
spec.metadata["source_code_uri"] = "https://github.com/CIRCLECI-GWP/zigzagcase"
|
|
19
|
+
spec.metadata["changelog_uri"] = "https://github.com/CIRCLECI-GWP/zigzagcase/blob/main/CHANGELOG.md"
|
|
20
20
|
|
|
21
21
|
# Specify which files should be added to the gem when it is released.
|
|
22
22
|
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: zgzgcase
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ndagi Stanley
|
|
@@ -28,18 +28,18 @@ files:
|
|
|
28
28
|
- Rakefile
|
|
29
29
|
- bin/console
|
|
30
30
|
- bin/setup
|
|
31
|
-
- lib/
|
|
32
|
-
- lib/
|
|
33
|
-
- lib/
|
|
31
|
+
- lib/zigzagcase.rb
|
|
32
|
+
- lib/zigzagcase/string.rb
|
|
33
|
+
- lib/zigzagcase/version.rb
|
|
34
34
|
- zgzgcase.gemspec
|
|
35
|
-
homepage: https://github.com/CIRCLECI-GWP/
|
|
35
|
+
homepage: https://github.com/CIRCLECI-GWP/zigzagcase
|
|
36
36
|
licenses:
|
|
37
37
|
- MIT
|
|
38
38
|
metadata:
|
|
39
39
|
allowed_push_host: https://rubygems.org
|
|
40
|
-
homepage_uri: https://github.com/CIRCLECI-GWP/
|
|
41
|
-
source_code_uri: https://github.com/CIRCLECI-GWP/
|
|
42
|
-
changelog_uri: https://github.com/CIRCLECI-GWP/
|
|
40
|
+
homepage_uri: https://github.com/CIRCLECI-GWP/zigzagcase
|
|
41
|
+
source_code_uri: https://github.com/CIRCLECI-GWP/zigzagcase
|
|
42
|
+
changelog_uri: https://github.com/CIRCLECI-GWP/zigzagcase/blob/main/CHANGELOG.md
|
|
43
43
|
post_install_message:
|
|
44
44
|
rdoc_options: []
|
|
45
45
|
require_paths:
|
data/lib/zgzgcase/version.rb
DELETED
data/lib/zgzgcase.rb
DELETED