short_message 1.1.1 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA1:
3
- metadata.gz: 4d535fac6775fb6f8d7c3c72e487297fb79c735d
4
- data.tar.gz: be81a206a9b2498a0ac011cbcaeca70d31aeb730
2
+ SHA256:
3
+ metadata.gz: 0f916f657d8160e670f3557e3419605b40dc214151bfb596de9215be72d531d3
4
+ data.tar.gz: 24380097ac98b0c0c45dee6503f14c7e0cedaacf8461f439e4b9ef3ba2cec7d6
5
5
  SHA512:
6
- metadata.gz: 1c54fae79d7f988c911a7db607b3a24c034abbd42a3f35038d3619c9637b39507ab1414f8502fa0fd53e950950f7e0b6641b4b1bc94f2be53cd08531df5c5ab9
7
- data.tar.gz: a7907a2d43c22ca773a3aa075a733226569efe0219f0a610fef38b0a34a694f0aede2f3d4144cb9633ea853267547e27c2c206690b77441e74f2c6b049ada21e
6
+ metadata.gz: 271e4a3c1fb3714ca093544ef7c381f854432905bd841384948677a6b0255f0f0ad1bbbcb8eaed0a728a60181a5ab9f4d5c5935e2dfd244013eee48c6723f03d
7
+ data.tar.gz: a0dad5f6eebdf7161cd4f08b6cde79b9e40e2f4ba9e2eec09eb9ff40fd662d1675c3c7b507c68092ecbb1def34e8efb2eadf05045f5a481dc7adbdd7417ffbb0
@@ -1,4 +1,4 @@
1
- class CreateShortMessageMessages < ActiveRecord::Migration
1
+ class CreateShortMessageMessages < ActiveRecord::Migration[4.2]
2
2
  def change
3
3
  create_table :short_message_messages do |t|
4
4
  t.string :message_key
@@ -1,3 +1,3 @@
1
1
  module ShortMessage
2
- VERSION = "1.1.1"
2
+ VERSION = "1.1.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: short_message
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.1
4
+ version: 1.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andi Saurer
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-10-24 00:00:00.000000000 Z
11
+ date: 2019-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -95,7 +95,6 @@ files:
95
95
  - test/dummy/config/locales/en.yml
96
96
  - test/dummy/config/routes.rb
97
97
  - test/dummy/config/secrets.yml
98
- - test/dummy/log/development.log
99
98
  - test/dummy/public/404.html
100
99
  - test/dummy/public/422.html
101
100
  - test/dummy/public/500.html
@@ -103,7 +102,7 @@ files:
103
102
  - test/integration/navigation_test.rb
104
103
  - test/short_message_test.rb
105
104
  - test/test_helper.rb
106
- homepage: https://gitlab.switch.ch/econ-engineering/short_message
105
+ homepage: https://github.com/asaurer/short_message
107
106
  licenses:
108
107
  - MIT
109
108
  metadata: {}
@@ -123,46 +122,45 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
122
  version: '0'
124
123
  requirements: []
125
124
  rubyforge_project:
126
- rubygems_version: 2.5.1
125
+ rubygems_version: 2.7.9
127
126
  signing_key:
128
127
  specification_version: 4
129
128
  summary: Send short messages to a specific SMS Gateway
130
129
  test_files:
130
+ - test/dummy/app/controllers/application_controller.rb
131
+ - test/dummy/app/views/layouts/application.html.erb
131
132
  - test/dummy/app/assets/javascripts/application.js
132
133
  - test/dummy/app/assets/stylesheets/application.css
133
- - test/dummy/app/controllers/application_controller.rb
134
134
  - test/dummy/app/helpers/application_helper.rb
135
- - test/dummy/app/views/layouts/application.html.erb
136
- - test/dummy/bin/bundle
137
- - test/dummy/bin/rails
138
135
  - test/dummy/bin/rake
139
136
  - test/dummy/bin/setup
140
- - test/dummy/config/application.rb
141
- - test/dummy/config/boot.rb
142
- - test/dummy/config/database.yml
143
- - test/dummy/config/environment.rb
144
- - test/dummy/config/environments/development.rb
137
+ - test/dummy/bin/bundle
138
+ - test/dummy/bin/rails
139
+ - test/dummy/config/secrets.yml
140
+ - test/dummy/config/routes.rb
141
+ - test/dummy/config/locales/en.yml
145
142
  - test/dummy/config/environments/production.rb
143
+ - test/dummy/config/environments/development.rb
146
144
  - test/dummy/config/environments/test.rb
147
- - test/dummy/config/initializers/assets.rb
145
+ - test/dummy/config/environment.rb
146
+ - test/dummy/config/application.rb
147
+ - test/dummy/config/database.yml
148
+ - test/dummy/config/boot.rb
148
149
  - test/dummy/config/initializers/backtrace_silencers.rb
149
- - test/dummy/config/initializers/cookies_serializer.rb
150
- - test/dummy/config/initializers/filter_parameter_logging.rb
151
- - test/dummy/config/initializers/inflections.rb
152
150
  - test/dummy/config/initializers/mime_types.rb
151
+ - test/dummy/config/initializers/filter_parameter_logging.rb
153
152
  - test/dummy/config/initializers/session_store.rb
154
153
  - test/dummy/config/initializers/wrap_parameters.rb
155
- - test/dummy/config/locales/en.yml
156
- - test/dummy/config/routes.rb
157
- - test/dummy/config/secrets.yml
154
+ - test/dummy/config/initializers/assets.rb
155
+ - test/dummy/config/initializers/cookies_serializer.rb
156
+ - test/dummy/config/initializers/inflections.rb
158
157
  - test/dummy/config.ru
159
- - test/dummy/log/development.log
160
- - test/dummy/public/404.html
158
+ - test/dummy/Rakefile
159
+ - test/dummy/public/favicon.ico
161
160
  - test/dummy/public/422.html
162
161
  - test/dummy/public/500.html
163
- - test/dummy/public/favicon.ico
164
- - test/dummy/Rakefile
162
+ - test/dummy/public/404.html
165
163
  - test/dummy/README.rdoc
166
- - test/integration/navigation_test.rb
167
164
  - test/short_message_test.rb
165
+ - test/integration/navigation_test.rb
168
166
  - test/test_helper.rb
File without changes