ruspea_lang 0.1.1 → 0.1.2

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
  SHA256:
3
- metadata.gz: d980cd9fd209da6b5677dfd64cc160162d7b8b884237ba73802434c3dcef85eb
4
- data.tar.gz: 8079ac9c2e75dc14a1f4d619909e0c570c09fdd23a7e2f732d453c9110ff15bf
3
+ metadata.gz: d70800631388949e1a19b782217129ad501ba81c42a6ad9caba956e43399397d
4
+ data.tar.gz: da8c6e3654334512ebc9447d76828cc23ab34248dd097ca4dedc7d80ea091907
5
5
  SHA512:
6
- metadata.gz: 4ba192a000bc070ab3d33eb960606626d15782a9637b349c483951084b5cb4f0c901b24e0793a18628f249696b2e281f734649bc9c173b3c9e11af3d97d6a3ea
7
- data.tar.gz: 949259c3771dc15795d85c243c2773ceebb6b00baf12879ab7aaba371f206124d7c6ed5b2d01b64aadfcc2f45389d96149ed6a8c4f09cf1fc1d7b066ace2a628
6
+ metadata.gz: 109c0f9725e2ebb2b09f3715ebc56ceda2adf9e70aa1af2e021001993ba26c31394ed903e4d0ef04bf452ca36a3e6aed401c4b147a760d1bed46dfa40e8073e1
7
+ data.tar.gz: 6a0a96d2a83da22d2d06249af739b8b01c59f9389f5043a1b9dec1ef4e5c8b7ab292a4e123f43ddbe0498ccb542e4a58ee50dcb145ae8c67187a7d143f06c343
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- ruspea_lang (0.1.1)
4
+ ruspea_lang (0.1.2)
5
5
  zeitwerk
6
6
 
7
7
  GEM
data/README.md CHANGED
@@ -70,7 +70,7 @@ nil
70
70
  #user=> ^CSee you soon.
71
71
  ```
72
72
 
73
- ## Humm... but what about the Ruby stuff? The gems?! HUH!?
73
+ ## Humm... but what about the Ruby stuff? And the gems?! HUH!?
74
74
 
75
75
  Ruspea has Ruby interoperabillity built-in
76
76
  so you can "just use" Ruby:
@@ -87,7 +87,7 @@ built on top of this interop capability.
87
87
  It is also the best source to look for usage/syntax/etc right now:
88
88
  [`lib/language/standard.rsp`](https://github.com/mistersourcerer/ruspea/blob/master/lib/language/standard.rsp)
89
89
 
90
- ### OH! I see! This was inspired by Clojure?
90
+ ### OH! I see! Was this inspired by Clojure?
91
91
 
92
92
  100%!
93
93
 
@@ -1,3 +1,3 @@
1
1
  module Ruspea
2
- VERSION = "0.1.1"
2
+ VERSION = "0.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruspea_lang
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ricardo Valeriano
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-09-04 00:00:00.000000000 Z
11
+ date: 2019-11-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler