fronty-gem 0.1.1 → 0.1.2
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/fronty-gem.gemspec +5 -3
- data/lib/fronty-gem/version.rb +1 -1
- metadata +7 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d34c83831a3ba6f65476d133379ea788acadbabc647d9ed2d874de259493bc7c
|
4
|
+
data.tar.gz: f7e5b9e6a8725095f6c0662bb4db2ec6b98afc1d8e21d1f59dd7f7c8fe20f87a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a60d11fcb1442b53d2fe615d9507aeaea7667c16f84df93e4b58a4d8fcadd7aad49c6324f7a4a02570ad77b27a9af121cb7904b12432ebcc0fb762645641dc41
|
7
|
+
data.tar.gz: 91fd3f4d2890fe02f8de18cf3f7408c6147c376c8c0b1979b6c3c37f0c62a6ffb04bde21966a09e3ba354022fc6197c3350a70e73cb70cb74ba585a532e6daad
|
data/fronty-gem.gemspec
CHANGED
@@ -6,11 +6,13 @@ require "fronty-gem/version"
|
|
6
6
|
Gem::Specification.new do |spec|
|
7
7
|
spec.name = "fronty-gem"
|
8
8
|
spec.version = FrontyGem::VERSION
|
9
|
-
spec.authors = ["
|
9
|
+
spec.authors = ["Fronty.com"]
|
10
10
|
spec.email = ["info@fronty.com"]
|
11
11
|
|
12
|
-
spec.summary = '
|
13
|
-
spec.description = '
|
12
|
+
spec.summary = ''
|
13
|
+
spec.description = 'Welcome to world’s first web page design to source code converting service. Now you get a
|
14
|
+
website builder as well in your Ruby on Rails app, just run:\n `gem install fronty-gem`\n `rake fronty:login`\n
|
15
|
+
`rails s`\n and visit `http://localhost:3000/designer` in your browser'
|
14
16
|
spec.homepage = "https://fronty.com"
|
15
17
|
spec.license = "MIT"
|
16
18
|
|
data/lib/fronty-gem/version.rb
CHANGED
metadata
CHANGED
@@ -1,10 +1,10 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: fronty-gem
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
|
-
-
|
7
|
+
- Fronty.com
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
@@ -66,7 +66,10 @@ dependencies:
|
|
66
66
|
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: '0'
|
69
|
-
description:
|
69
|
+
description: |-
|
70
|
+
Welcome to world’s first web page design to source code converting service. Now you get a
|
71
|
+
website builder as well in your Ruby on Rails app, just run:\n `gem install fronty-gem`\n `rake fronty:login`\n
|
72
|
+
`rails s`\n and visit `http://localhost:3000/designer` in your browser
|
70
73
|
email:
|
71
74
|
- info@fronty.com
|
72
75
|
executables: []
|
@@ -231,5 +234,5 @@ rubyforge_project:
|
|
231
234
|
rubygems_version: 2.7.6
|
232
235
|
signing_key:
|
233
236
|
specification_version: 4
|
234
|
-
summary:
|
237
|
+
summary: ''
|
235
238
|
test_files: []
|