siringa 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,27 +1,27 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: siringa
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Enrico Stano
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2013-10-08 00:00:00.000000000 Z
11
+ date: 2013-11-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sqlite3
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - ! '>='
17
+ - - '>='
18
18
  - !ruby/object:Gem::Version
19
19
  version: '0'
20
20
  type: :development
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ! '>='
24
+ - - '>='
25
25
  - !ruby/object:Gem::Version
26
26
  version: '0'
27
27
  description: Remotely populate DB for Rails applications for pure client acceptance
@@ -36,9 +36,9 @@ files:
36
36
  - app/controllers/siringa/application_controller.rb
37
37
  - config/routes.rb
38
38
  - lib/siringa/configuration.rb
39
- - lib/siringa/dumps.rb
40
- - lib/siringa/definitions.rb
41
39
  - lib/siringa/version.rb
40
+ - lib/siringa/definitions.rb
41
+ - lib/siringa/dumps.rb
42
42
  - lib/siringa/engine.rb
43
43
  - lib/tasks/siringa_tasks.rake
44
44
  - lib/siringa.rb
@@ -48,47 +48,46 @@ files:
48
48
  - Rakefile
49
49
  - README.md
50
50
  - test/test_helper.rb
51
+ - test/controllers/siringa_controller_test.rb
51
52
  - test/integration/navigation_test.rb
52
53
  - test/siringa_test.rb
53
- - test/dummy/db/migrate/20130927161308_create_user.rb
54
- - test/dummy/db/schema.rb
55
- - test/dummy/db/test.sqlite3
56
- - test/dummy/db/development.sqlite3
57
- - test/dummy/tmp/dumps/db_20130927191400.dump
58
- - test/dummy/app/models/user.rb
59
- - test/dummy/app/views/layouts/application.html.erb
60
- - test/dummy/app/helpers/application_helper.rb
61
- - test/dummy/app/assets/stylesheets/application.css
62
- - test/dummy/app/assets/javascripts/application.js
63
- - test/dummy/app/controllers/application_controller.rb
64
- - test/dummy/Rakefile
65
- - test/dummy/script/rails
66
- - test/dummy/test/siringa/definitions.rb
67
- - test/dummy/test/factories.rb
54
+ - test/dummy/config/database.yml
55
+ - test/dummy/config/application.rb
56
+ - test/dummy/config/environments/production.rb
57
+ - test/dummy/config/environments/test.rb
58
+ - test/dummy/config/environments/development.rb
68
59
  - test/dummy/config/locales/en.yml
60
+ - test/dummy/config/initializers/backtrace_silencers.rb
69
61
  - test/dummy/config/initializers/mime_types.rb
70
62
  - test/dummy/config/initializers/inflections.rb
71
- - test/dummy/config/initializers/secret_token.rb
72
63
  - test/dummy/config/initializers/siringa.rb
73
- - test/dummy/config/initializers/wrap_parameters.rb
74
- - test/dummy/config/initializers/backtrace_silencers.rb
75
64
  - test/dummy/config/initializers/session_store.rb
76
- - test/dummy/config/application.rb
65
+ - test/dummy/config/initializers/secret_token.rb
66
+ - test/dummy/config/initializers/wrap_parameters.rb
67
+ - test/dummy/config/routes.rb
77
68
  - test/dummy/config/boot.rb
78
- - test/dummy/config/database.yml
79
69
  - test/dummy/config/environment.rb
80
- - test/dummy/config/environments/production.rb
81
- - test/dummy/config/environments/test.rb
82
- - test/dummy/config/environments/development.rb
83
- - test/dummy/config/routes.rb
70
+ - test/dummy/test/siringa/definitions.rb
71
+ - test/dummy/test/factories.rb
84
72
  - test/dummy/config.ru
85
- - test/dummy/public/422.html
86
- - test/dummy/public/favicon.ico
73
+ - test/dummy/db/migrate/20130927161308_create_user.rb
74
+ - test/dummy/db/test.sqlite3
75
+ - test/dummy/db/schema.rb
76
+ - test/dummy/db/development.sqlite3
77
+ - test/dummy/script/rails
78
+ - test/dummy/app/helpers/application_helper.rb
79
+ - test/dummy/app/controllers/application_controller.rb
80
+ - test/dummy/app/assets/javascripts/application.js
81
+ - test/dummy/app/assets/stylesheets/application.css
82
+ - test/dummy/app/views/layouts/application.html.erb
83
+ - test/dummy/app/models/user.rb
87
84
  - test/dummy/public/500.html
88
85
  - test/dummy/public/404.html
89
- - test/dummy/log/test.log
86
+ - test/dummy/public/422.html
87
+ - test/dummy/public/favicon.ico
88
+ - test/dummy/Rakefile
90
89
  - test/dummy/log/development.log
91
- - test/controllers/siringa_controller_test.rb
90
+ - test/dummy/log/test.log
92
91
  homepage: https://github.com/enricostano/siringa
93
92
  licenses:
94
93
  - MIT
@@ -99,60 +98,59 @@ require_paths:
99
98
  - lib
100
99
  required_ruby_version: !ruby/object:Gem::Requirement
101
100
  requirements:
102
- - - ! '>='
101
+ - - '>='
103
102
  - !ruby/object:Gem::Version
104
103
  version: '0'
105
104
  required_rubygems_version: !ruby/object:Gem::Requirement
106
105
  requirements:
107
- - - ! '>='
106
+ - - '>='
108
107
  - !ruby/object:Gem::Version
109
108
  version: '0'
110
109
  requirements: []
111
110
  rubyforge_project:
112
- rubygems_version: 2.0.7
111
+ rubygems_version: 2.0.3
113
112
  signing_key:
114
113
  specification_version: 4
115
114
  summary: Remotely populate DB for Rails applications for pure client acceptance testing
116
115
  test_files:
117
116
  - test/test_helper.rb
117
+ - test/controllers/siringa_controller_test.rb
118
118
  - test/integration/navigation_test.rb
119
119
  - test/siringa_test.rb
120
- - test/dummy/db/migrate/20130927161308_create_user.rb
121
- - test/dummy/db/schema.rb
122
- - test/dummy/db/test.sqlite3
123
- - test/dummy/db/development.sqlite3
124
- - test/dummy/tmp/dumps/db_20130927191400.dump
125
- - test/dummy/app/models/user.rb
126
- - test/dummy/app/views/layouts/application.html.erb
127
- - test/dummy/app/helpers/application_helper.rb
128
- - test/dummy/app/assets/stylesheets/application.css
129
- - test/dummy/app/assets/javascripts/application.js
130
- - test/dummy/app/controllers/application_controller.rb
131
- - test/dummy/Rakefile
132
- - test/dummy/script/rails
133
- - test/dummy/test/siringa/definitions.rb
134
- - test/dummy/test/factories.rb
120
+ - test/dummy/config/database.yml
121
+ - test/dummy/config/application.rb
122
+ - test/dummy/config/environments/production.rb
123
+ - test/dummy/config/environments/test.rb
124
+ - test/dummy/config/environments/development.rb
135
125
  - test/dummy/config/locales/en.yml
126
+ - test/dummy/config/initializers/backtrace_silencers.rb
136
127
  - test/dummy/config/initializers/mime_types.rb
137
128
  - test/dummy/config/initializers/inflections.rb
138
- - test/dummy/config/initializers/secret_token.rb
139
129
  - test/dummy/config/initializers/siringa.rb
140
- - test/dummy/config/initializers/wrap_parameters.rb
141
- - test/dummy/config/initializers/backtrace_silencers.rb
142
130
  - test/dummy/config/initializers/session_store.rb
143
- - test/dummy/config/application.rb
131
+ - test/dummy/config/initializers/secret_token.rb
132
+ - test/dummy/config/initializers/wrap_parameters.rb
133
+ - test/dummy/config/routes.rb
144
134
  - test/dummy/config/boot.rb
145
- - test/dummy/config/database.yml
146
135
  - test/dummy/config/environment.rb
147
- - test/dummy/config/environments/production.rb
148
- - test/dummy/config/environments/test.rb
149
- - test/dummy/config/environments/development.rb
150
- - test/dummy/config/routes.rb
136
+ - test/dummy/test/siringa/definitions.rb
137
+ - test/dummy/test/factories.rb
151
138
  - test/dummy/config.ru
152
- - test/dummy/public/422.html
153
- - test/dummy/public/favicon.ico
139
+ - test/dummy/db/migrate/20130927161308_create_user.rb
140
+ - test/dummy/db/test.sqlite3
141
+ - test/dummy/db/schema.rb
142
+ - test/dummy/db/development.sqlite3
143
+ - test/dummy/script/rails
144
+ - test/dummy/app/helpers/application_helper.rb
145
+ - test/dummy/app/controllers/application_controller.rb
146
+ - test/dummy/app/assets/javascripts/application.js
147
+ - test/dummy/app/assets/stylesheets/application.css
148
+ - test/dummy/app/views/layouts/application.html.erb
149
+ - test/dummy/app/models/user.rb
154
150
  - test/dummy/public/500.html
155
151
  - test/dummy/public/404.html
156
- - test/dummy/log/test.log
152
+ - test/dummy/public/422.html
153
+ - test/dummy/public/favicon.ico
154
+ - test/dummy/Rakefile
157
155
  - test/dummy/log/development.log
158
- - test/controllers/siringa_controller_test.rb
156
+ - test/dummy/log/test.log
File without changes