active_scaffold 3.4.18 → 3.4.18.1
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/active_scaffold/actions/mark.rb +1 -1
- data/lib/active_scaffold/version.rb +1 -1
- metadata +19 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 58ec888b57c63fb8dd41136f932245475c26b91d
|
|
4
|
+
data.tar.gz: 1020b2766c836faffa21eea4a8701ebb1977f17c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 06a1e78b2f5e9e2b7000e6bf612cb4e7dd9a82370d9531488182f5bbe925b0f9e38f3bd0ef38eb5962a94b9e522ba6c834a25931c214382305835af2522bd355
|
|
7
|
+
data.tar.gz: d963a86e6807408b8725e487eda1ff98ad8487e74ad1c25da43fc089f2318600d727377ee2f8b63591d89afe3fd365cd4faf1f94b3905f684f3803a6595b2b80
|
metadata
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_scaffold
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.4.18
|
|
4
|
+
version: 3.4.18.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Many, see README
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-03-
|
|
11
|
+
date: 2015-03-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
|
-
name:
|
|
14
|
+
name: brakeman
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
17
|
- - '>='
|
|
@@ -72,6 +72,20 @@ dependencies:
|
|
|
72
72
|
- - '>='
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
|
+
- !ruby/object:Gem::Dependency
|
|
76
|
+
name: shoulda
|
|
77
|
+
requirement: !ruby/object:Gem::Requirement
|
|
78
|
+
requirements:
|
|
79
|
+
- - '>='
|
|
80
|
+
- !ruby/object:Gem::Version
|
|
81
|
+
version: '0'
|
|
82
|
+
type: :development
|
|
83
|
+
prerelease: false
|
|
84
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
85
|
+
requirements:
|
|
86
|
+
- - '>='
|
|
87
|
+
- !ruby/object:Gem::Version
|
|
88
|
+
version: '0'
|
|
75
89
|
description: Save time and headaches, and create a more easily maintainable set of
|
|
76
90
|
pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read,
|
|
77
91
|
update, delete) user interface needs, leaving you more time to focus on more challenging
|
|
@@ -442,7 +456,8 @@ rubyforge_project:
|
|
|
442
456
|
rubygems_version: 2.4.5
|
|
443
457
|
signing_key:
|
|
444
458
|
specification_version: 4
|
|
445
|
-
summary: Rails 3.2 and 4.
|
|
459
|
+
summary: Rails 3.2, 4.0, 4.1 and 4.2 versions of ActiveScaffold supporting prototype
|
|
460
|
+
and jquery
|
|
446
461
|
test_files:
|
|
447
462
|
- test/bridges/bridge_test.rb
|
|
448
463
|
- test/bridges/date_picker_test.rb
|