Skip to content

Commit

Permalink
v0.1.0.pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
utarsuno committed Nov 17, 2020
1 parent ceab8d1 commit 28c9077
Show file tree
Hide file tree
Showing 171 changed files with 2,251 additions and 4,884 deletions.
53 changes: 37 additions & 16 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -99,18 +99,20 @@
# \/_/ \/____/\/__/\/_/\/__,_ / \/__/\/_/\/___/ \/__/\/____/\//\/_/ \/__/
# ----------------------------------------------------------------------------------------------------------------------

*.txt diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.text diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.log diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.csv diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.yml diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.yaml diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.nginx diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.sh diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.sql diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.scpt diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.cjs diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.mjs diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.txt diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.text diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.ruby-version diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.log diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.csv diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.yml diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.yaml diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.nginx diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.sh diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.zsh diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.sql diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.scpt diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.cjs diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol
*.mjs diff=text text=text eol=lf whitespace=blank-at-eof,blank-at-eol

# 0x3) -----------------------------------------------------------------------------------------------------------------
# __ __
Expand Down Expand Up @@ -288,10 +290,29 @@
# \_/__/
#
# @see https://github.com/github/linguist/issues/3666
# @see https://github.com/github/linguist/blob/master/lib/linguist/languages.yml
# ----------------------------------------------------------------------------------------------------------------------

*.sql linguist-detectable=true
*.sql linguist-language=sql
*.sql linguist-detectable=true
*.sql linguist-language=SQL

*.c linguist-language=c
*.h linguist-language=c
*.c linguist-language=C
*.h linguist-language=C

*.sh linguist-language=Shell
*.zsh linguist-language=Shell

*.rb linguist-language=Ruby
*.gemspec linguist-language=Ruby
Rakefile linguist-language=Ruby
Gemfile linguist-language=Ruby

Dockerfile linguist-language=Dockerfile
docker-compose.yml linguist-language=Dockerfile
docker-compose.dev.yml linguist-language=Dockerfile
docker-compose.test.yml linguist-language=Dockerfile
docker-compose.prod.yml linguist-language=Dockerfile

LICENSE.txt linguist-documentation=false
History.txt linguist-documentation=false
CHANGELOG.md linguist-documentation=false
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ vendor/
services/ruuuby/f93/
services/temp/

# preference based config checks or anything un-related to Ruuuby
spec/dev_settings/

#
Gemfile.lock

Expand Down
23 changes: 7 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
---

#### ⚠️: documentation & testing synchronization targeted {0.1.0}
# `v0.1.0.pre.3`

---
* add gem{`open3`}
* continue `DB` migrations
* iterative improvement for custom builds, lazy-loading, and separation between `dev`/`test`/`prod` environments
* apply clean ups, any removed core functionality to return closer to version{`0.1.0`}

# `v0.1.0.pre.2`

Expand Down Expand Up @@ -507,8 +509,6 @@
| `TOPLEVEL_BINDING` | `θ°`, `θʳ`, `θᵍ`, `θ𝞽` | `f27` |
| `ThetaAngle` | `real`, `repr`, `as_radian`, `as_degree`, `as_gon`, `as_turn`, `radians?`, `degrees?`, `gons?`, `turns?`, `-@`, `+@`, `coerce`, `~`, `!`, `+`, `-`, `*`, `%`,`==`, `/`, `<=>`, `angle?`, `normal?`, `normalize!`, `golden_with?`, `explementary_with?`, `supplementary_with?`, `complementary_with?`, | `f27` |

* remove the following methods/aliases:

| from | methods/aliases removed |
| ---------- | ----------------------- |
| `Kernel` | `∠ᶜ`, `∠°` |
Expand Down Expand Up @@ -555,9 +555,9 @@
| `GitCommit` | `get_latest`, `query_get_newest_within_version` | `f15` |
| `RuuubyRelease` | `on_before_save` | `f15` |

| (c)lass or (m)odule | methods/aliases *removed* |
| from | methods/aliases *removed* |
| ------------------- | --------------------- |
| (c) `Symbol` | `power?`, `pow_to_i` |
| `Symbol` | `power?`, `pow_to_i` |

---

Expand Down Expand Up @@ -620,11 +620,6 @@
| `lib/ruuuby/ruuuby/ruuuby_orm.rb` | `Ruuuby::MetaData::RuuubyORM` | | `f15` |
| `lib/ruuuby/ruuuby/routine_cli.rb` | `Ruuuby::Routine::CommandCLI` | | `f15` |

| path removed | notes |
| ---: | --- |
| `app/models/db_schema.rb` | seemed like a bad location |
| `conditionals/ide_helper.rb` | moved to `lib/ruuuby/ide_helper.rb`, gets excluded by `ruuuby.gemspec` |

| class | method(s) added | feature(s) |
| --- | --- | --- |
| `String` | `char?`, | `f06` |
Expand Down Expand Up @@ -680,10 +675,6 @@
| --- | --- | --- |
| `Object` | (freeze) ``, `❄?` | `f10` |

| path removed | notes |
| ---: | --- |
| `conditionals/ruuuby_configs.rb` | configs not needed during runtime should be dynamically handled, not with conditionally loaded files (created explicitly for such need) |

---

# `v0.0.25`
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ENV LC_CTYPE en_US.UTF-8
ENV LC_MESSAGES en_US.UTF-8

#ENV BUILD_CORE_LIBS bash bash-completion git wget curl vim build-base readline readline-dev openssl-dev zlib-dev
ENV BUILD_CORE_LIBS git wget curl vim build-base readline readline-dev openssl-dev zlib-dev
ENV BUILD_CORE_LIBS git wget curl vim build-base readline readline-dev openssl-dev zlib-dev gmp-dev
ENV SERVICE_OS="alpine"
ENV SERVICE_OS_VERSION="TODO:"

Expand Down
7 changes: 7 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

= `v0.1.0.pre.3` / 2020-11-16

* add gem{`open3`}
* continue `DB` migrations
* iterative improvement for custom builds, lazy-loading, and separation between `dev`/`test`/`prod` environments
* apply clean ups, any removed core functionality to return closer to version{`0.1.0`}

= `v0.1.0.pre.2` / 2020-11-06

* modify `.gitattributes` to track `.sql` files
Expand Down
Loading

0 comments on commit 28c9077

Please sign in to comment.