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.
- checksums.yaml +4 -4
- data/lib/playground/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c5d5800f9c04a8449c5e520056e457acab68951d4783f62d30c6541381849d27
|
4
|
+
data.tar.gz: 4014749efc1a68c455f4b4de557eb536ab318da0952f641f9db83d3a6ef97f15
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e97e6a7cffd849003910390193c0c4fa9bb0b2845933a7d46ada8a63f3e0d8d43a02d0eb4901f82f8dc7290e476d01f7884c46e0d28c1674ea1f33f72b328e0
|
7
|
+
data.tar.gz: b6ea1137cfcf04e059038966720144bcbc40ec5a0a2cdb08f2ec7eb9bec9ae49ee61bbc045eefe9986de68b91a0c7faaef4a94a980c59e98d7a43667e24a2af6
|
data/lib/playground/version.rb
CHANGED
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.
|
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
|
108
|
+
summary: A local playground for Rails applications.
|
109
109
|
test_files: []
|