concerto_iframe 0.0.1 → 0.0.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.
data/README.md
CHANGED
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
# Concerto 2 iframe Plugin
|
|
2
2
|
This plugin provides support to render a custom iframe, in Concerto 2. It requires the latest version of concerto 2.
|
|
3
3
|
|
|
4
|
+
As of the EchoInchworm beta release, this plugin is included in Concerto 2 and you do _not_ need to perform the manual installation steps below.
|
|
5
|
+
|
|
4
6
|
1. Add to your Gemfile: ```gem 'concerto_iframe'```
|
|
5
7
|
2. ```bundle install```
|
|
6
8
|
3. ```rails generate concerto_iframe:install install```
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<i class="
|
|
1
|
+
<i class="icon-list-alt"></i>
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: concerto_iframe
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,12 +9,12 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-08-10 00:00:00.000000000 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: rails
|
|
17
|
-
requirement: &
|
|
17
|
+
requirement: &70296432591120 !ruby/object:Gem::Requirement
|
|
18
18
|
none: false
|
|
19
19
|
requirements:
|
|
20
20
|
- - ~>
|
|
@@ -22,10 +22,10 @@ dependencies:
|
|
|
22
22
|
version: '3.2'
|
|
23
23
|
type: :runtime
|
|
24
24
|
prerelease: false
|
|
25
|
-
version_requirements: *
|
|
25
|
+
version_requirements: *70296432591120
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: sqlite3
|
|
28
|
-
requirement: &
|
|
28
|
+
requirement: &70296432590700 !ruby/object:Gem::Requirement
|
|
29
29
|
none: false
|
|
30
30
|
requirements:
|
|
31
31
|
- - ! '>='
|
|
@@ -33,7 +33,7 @@ dependencies:
|
|
|
33
33
|
version: '0'
|
|
34
34
|
type: :development
|
|
35
35
|
prerelease: false
|
|
36
|
-
version_requirements: *
|
|
36
|
+
version_requirements: *70296432590700
|
|
37
37
|
description: Adds support for custom iframes, in Concerto 2
|
|
38
38
|
email:
|
|
39
39
|
- marvin.frederickson@gmail.com
|
|
@@ -95,7 +95,8 @@ files:
|
|
|
95
95
|
- test/unit/concerto_iframe/iframe_test.rb
|
|
96
96
|
has_rdoc: true
|
|
97
97
|
homepage: https://github.com/concerto/concerto-iframe
|
|
98
|
-
licenses:
|
|
98
|
+
licenses:
|
|
99
|
+
- Apache 2.0
|
|
99
100
|
post_install_message:
|
|
100
101
|
rdoc_options: []
|
|
101
102
|
require_paths:
|