infopark_fiona7 0.30.0.1 → 0.30.0.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
  SHA1:
3
- metadata.gz: 2ee92fe9da448344b8be0944ed1433aae5db7c05
4
- data.tar.gz: 18cba178b8ce3d227dedaf0c9d250f7eabf862c3
3
+ metadata.gz: 94ce53a1aeb6ad241b8ee188b6b5c4bafd794670
4
+ data.tar.gz: 922f2f11f035bc53220297b40c8728c87502d475
5
5
  SHA512:
6
- metadata.gz: 236f98252dc3aa4473ff6b8bd3687e89f74cbf19a4f5509f135f4145923d33af3c965fd8ebab0d075ddda39e4b0d6f284f1012660f3cd624334c341ce57dcde2
7
- data.tar.gz: bf19ea64402cc9d338ea9df6bc1d2e4ab151ed9c3550aace2ab8901ea76aec2ffe939eb1759b1e8a47a8ac4541202b664eb639238f134b4d800cd1c9efca223d
6
+ metadata.gz: 552e781fa8a6919ebc6af66df9741fa53c9a089d4daaeb2cd1dc538fa5ac0f4d32b21f5edeeac9ada273e43f95ded8f8f0fc22746a86b8df5ee77f7b90ff73da
7
+ data.tar.gz: 3f6d1c6629622a56842425268a115d80cc21406f358d9b654e3decc5ee456fecf78ac12dfa7c1715d44c9eda00aabebc81def82aeefb5c94cc7db0e7648c045d
@@ -0,0 +1,25 @@
1
+ $:.push File.expand_path("../lib", __FILE__)
2
+
3
+ # Maintain your gem's version:
4
+ require "fiona7/version"
5
+
6
+
7
+ # Describe your gem and declare its dependencies:
8
+ Gem::Specification.new do |s|
9
+ s.name = "infopark_fiona7"
10
+ s.version = Fiona7::VERSION
11
+ s.authors = ["Tomasz Przedmojski"]
12
+ s.email = ["tomasz.przedmojski@infopark.de"]
13
+ s.homepage = "https://wwww.infopark.de"
14
+ s.summary = "scrivito-compatible interface for classic Fiona"
15
+ s.description = "scrivito-compatible interface for classic Fiona"
16
+
17
+ s.files = Dir["{app,config,db,lib}/**/*", "Rakefile", "README.md", "infopark_fiona7.gemspec"]
18
+
19
+ s.add_dependency "rails", "~> 4.1.5"
20
+ s.add_dependency "scrivito", "~> 0.30"
21
+ s.add_dependency "scrivito_sdk"
22
+ s.add_dependency "scrivito_editors"
23
+ s.add_dependency "infopark_fiona_connector", "~> 7.0.0"
24
+ s.add_dependency "infopark_reactor", "1.12.0"
25
+ end
@@ -1,3 +1,3 @@
1
1
  module Fiona7
2
- VERSION = "0.30.0.1"
2
+ VERSION = "0.30.0.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infopark_fiona7
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.30.0.1
4
+ version: 0.30.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tomasz Przedmojski
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-04-01 00:00:00.000000000 Z
11
+ date: 2015-07-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -128,6 +128,7 @@ files:
128
128
  - config/locales/login.yml
129
129
  - config/locales/permissions.yml
130
130
  - config/routes.rb
131
+ - infopark_fiona7.gemspec
131
132
  - lib/fiona7/assert.rb
132
133
  - lib/fiona7/builder/batch_widget_writer.rb
133
134
  - lib/fiona7/builder/obj_builder.rb