telewatts_sender_support 0.1.25 → 0.1.26
Sign up to get free protection for your applications and to get access to all the features.
data/Gemfile.lock
CHANGED
File without changes
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: telewatts_sender_support
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.1.
|
5
|
+
version: 0.1.26
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Sam Taylor
|
@@ -94,10 +94,10 @@ files:
|
|
94
94
|
- db/schema.rb
|
95
95
|
- db/seeds.rb
|
96
96
|
- db/test_schema.rb
|
97
|
-
- lib/sample_data_support.rb
|
98
97
|
- lib/tasks/.gitkeep
|
99
98
|
- lib/telewatts.rb
|
100
99
|
- lib/telewatts/sender_support.rb
|
100
|
+
- lib/telewatts/sender_support/sample_data_support.rb
|
101
101
|
- lib/telewatts/sender_support/sender_report.rb
|
102
102
|
- lib/telewatts/sender_support/sender_reports_migration.rb
|
103
103
|
- lib/telewatts/sender_support/version.rb
|
@@ -123,7 +123,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
123
123
|
requirements:
|
124
124
|
- - ">="
|
125
125
|
- !ruby/object:Gem::Version
|
126
|
-
hash:
|
126
|
+
hash: 2534316024067645192
|
127
127
|
segments:
|
128
128
|
- 0
|
129
129
|
version: "0"
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
132
132
|
requirements:
|
133
133
|
- - ">="
|
134
134
|
- !ruby/object:Gem::Version
|
135
|
-
hash:
|
135
|
+
hash: 2534316024067645192
|
136
136
|
segments:
|
137
137
|
- 0
|
138
138
|
version: "0"
|