Skip to content

Commit

Permalink
Up version to 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyObtiva committed Jan 1, 2021
1 parent cd7d1db commit 41c4919
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run:
Or add to Gemfile:

```ruby
gem 'yasl', '~> 0.2.0'
gem 'yasl', '~> 0.2.1'
```

And, run:
Expand Down
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

## Next

- Refactor to improve maintainability score

## Soon

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0
0.2.1
6 changes: 3 additions & 3 deletions yasl.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# DO NOT EDIT THIS FILE DIRECTLY
# Instead, edit Juwelier::Tasks in Rakefile, and run 'rake gemspec'
# -*- encoding: utf-8 -*-
# stub: yasl 0.2.0 ruby lib
# stub: yasl 0.2.1 ruby lib

Gem::Specification.new do |s|
s.name = "yasl".freeze
s.version = "0.2.0"
s.version = "0.2.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version=
s.require_paths = ["lib".freeze]
s.authors = ["Andy Maleh".freeze]
s.date = "2020-12-31"
s.date = "2021-01-01"
s.description = "A pure Ruby serialization library that works across different Ruby implementations like Opal and JRuby as an alternative to YAML/Marshal.".freeze
s.email = "andy.am@gmail.com".freeze
s.extra_rdoc_files = [
Expand Down

0 comments on commit 41c4919

Please sign in to comment.