rails-playground 0.1.2 → 0.1.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/playground/version.rb +1 -1
  3. metadata +5 -5
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0e6f391f1502b01239960e5145d05b49ae9755005752522da1c03e99d2370432
4
- data.tar.gz: 1ab8fa50c4af8d581acaf3481eb2084ba8623059dd590ba0a4e8860c22c56327
3
+ metadata.gz: c5d5800f9c04a8449c5e520056e457acab68951d4783f62d30c6541381849d27
4
+ data.tar.gz: 4014749efc1a68c455f4b4de557eb536ab318da0952f641f9db83d3a6ef97f15
5
5
  SHA512:
6
- metadata.gz: fece1535773657f3f106ea134df148c183c4ba06eb4e58cf40a65207f99525292183eb71ef33bf377e3eb70427866027820f12807db152dfbbabf3b95d649ec1
7
- data.tar.gz: 1710240c7197c094694d05cf5841643e2123af21fbe62c3d9018bb279b65d08af95b3cceb456273d221667e826eb4af1dbc1f27d4e3341af26bfaefe689c0d37
6
+ metadata.gz: 7e97e6a7cffd849003910390193c0c4fa9bb0b2845933a7d46ada8a63f3e0d8d43a02d0eb4901f82f8dc7290e476d01f7884c46e0d28c1674ea1f33f72b328e0
7
+ data.tar.gz: b6ea1137cfcf04e059038966720144bcbc40ec5a0a2cdb08f2ec7eb9bec9ae49ee61bbc045eefe9986de68b91a0c7faaef4a94a980c59e98d7a43667e24a2af6
@@ -1,3 +1,3 @@
1
1
  module Playground
2
- VERSION = "0.1.2"
2
+ VERSION = "0.1.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rails-playground
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexandre Barret
@@ -81,12 +81,12 @@ files:
81
81
  - vendor/javascripts/playground/application.js
82
82
  - vendor/stylesheets/playground/application.css
83
83
  - vendor/stylesheets/playground/application.css.map
84
- homepage: https://github.com/AlexB52/playground
84
+ homepage: https://github.com/AlexB52/rails-playground
85
85
  licenses:
86
86
  - MIT
87
87
  metadata:
88
- homepage_uri: https://github.com/AlexB52/playground
89
- source_code_uri: https://github.com/AlexB52/playground
88
+ homepage_uri: https://github.com/AlexB52/rails-playground
89
+ source_code_uri: https://github.com/AlexB52/rails-playground
90
90
  post_install_message:
91
91
  rdoc_options: []
92
92
  require_paths:
@@ -105,5 +105,5 @@ requirements: []
105
105
  rubygems_version: 3.2.22
106
106
  signing_key:
107
107
  specification_version: 4
108
- summary: A playground web console for Rails applications.
108
+ summary: A local playground for Rails applications.
109
109
  test_files: []