seda 0.1.0 → 0.2.0

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: c939ffe800985113244ed7a54f0915edf258fe74
4
- data.tar.gz: 02bd3d3e68d6b38eff5c38ab27e839198149c390
3
+ metadata.gz: ae971e16815623088020976fe5346ba239441a0f
4
+ data.tar.gz: 3e1cb32c4e5ac34436523725eb299da41d494f96
5
5
  SHA512:
6
- metadata.gz: 953feb41bc4fde4d53f82830cc6b4265874a300c69d7a643406ebfdc0a66cc37aba93fc9d46783f7eebb17149c75ec2d8e5c85f8b93f3ddb9bd6930d6606a738
7
- data.tar.gz: 33a08827f5007e6d0f42f2c40f0e62731e7453bb2fb146adb2e3730e391f5389f47755f1b1a79af0aaff90c5d5908003c62e73e845c77335d99b3ebb952631f3
6
+ metadata.gz: d5552c3c7cbb02d9a15791836f6d283de4f9a5271944356632465d50d5cf03259134f783164535b34597916cc605dcaac5bc80b704518897c3ab32a224c667b2
7
+ data.tar.gz: 491782625023f5a6615e63c69e8fe3b76de9e25b73ed05276eac8068309b0fbc3cbb03d9e365f13685d0221862154866314c046c5b665de2b30dfba29d240860
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Seda: An underbar/lodash like gem for Ruby
1
+ # <a href="https://rubygems.org/gems/seda">Seda</a>: An underscore/lodash like gem for Ruby
2
2
 
3
3
  ## Installation
4
4
 
@@ -1,3 +1,3 @@
1
1
  module Seda
2
- VERSION = "0.1.0"
2
+ VERSION = "0.2.0"
3
3
  end
@@ -9,8 +9,8 @@ Gem::Specification.new do |spec|
9
9
  spec.authors = ["Alexander Aleksanyan"]
10
10
  spec.email = ["alex1100.software@gmail.com"]
11
11
 
12
- spec.summary = %q{Familiar Methods From Underbar/Lodash}
13
- spec.description = %q{Familiar Methods From Underbar and Lodash Ported Over To Ruby}
12
+ spec.summary = %q{Familiar Methods From Underscore/Lodash}
13
+ spec.description = %q{Familiar Methods From Underscore and Lodash Ported Over To Ruby}
14
14
  spec.homepage = "https://github.com/Alex1100/seda"
15
15
  spec.license = "MIT"
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: seda
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexander Aleksanyan
@@ -80,7 +80,7 @@ dependencies:
80
80
  - - ">="
81
81
  - !ruby/object:Gem::Version
82
82
  version: '0'
83
- description: Familiar Methods From Underbar and Lodash Ported Over To Ruby
83
+ description: Familiar Methods From Underscore and Lodash Ported Over To Ruby
84
84
  email:
85
85
  - alex1100.software@gmail.com
86
86
  executables: []
@@ -122,5 +122,5 @@ rubyforge_project:
122
122
  rubygems_version: 2.6.12
123
123
  signing_key:
124
124
  specification_version: 4
125
- summary: Familiar Methods From Underbar/Lodash
125
+ summary: Familiar Methods From Underscore/Lodash
126
126
  test_files: []