active_windows 0.1.0 → 0.1.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/README.md +1 -1
- data/lib/active_windows/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9d7452c1c5309f63883297924313c35a291391443cb5ea801888d386ac44d852
|
|
4
|
+
data.tar.gz: dfdbf7b76a79a55dbf4ea989a175050ee2d85b491272780809aad2ff257ff180
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 854c27ca52c74ee0b3df523942e87178b1b560bcf9c495e6e0d143e60d7d29db8661ca11879a4626df8bae57ba9889712254a006f062608042e5e5c060639c07
|
|
7
|
+
data.tar.gz: ee8073465113a74e08fd66acee0fbbd09a7ef546df290febba2d2cac1b3d02cbaeaf6673fccb061745cdd652ae9a2a69807ab50162475531f6b2d7aed6d0f199
|
data/README.md
CHANGED
|
@@ -302,7 +302,7 @@ DB_ADAPTER=mysql2 MYSQL_DB=active_windows_test bundle exec rake test
|
|
|
302
302
|
|
|
303
303
|
## Contributing
|
|
304
304
|
|
|
305
|
-
Bug reports and pull requests are welcome on GitHub at https://github.com/
|
|
305
|
+
Bug reports and pull requests are welcome on GitHub at https://github.com/faraquet/active_windows.
|
|
306
306
|
|
|
307
307
|
## License
|
|
308
308
|
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_windows
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Andrei Andriichuk
|
|
@@ -123,11 +123,11 @@ files:
|
|
|
123
123
|
- lib/active_windows/active_record_extensions.rb
|
|
124
124
|
- lib/active_windows/railtie.rb
|
|
125
125
|
- lib/active_windows/version.rb
|
|
126
|
-
homepage: https://github.com/
|
|
126
|
+
homepage: https://github.com/faraquet/active_windows
|
|
127
127
|
licenses:
|
|
128
128
|
- MIT
|
|
129
129
|
metadata:
|
|
130
|
-
source_code_uri: https://github.com/
|
|
130
|
+
source_code_uri: https://github.com/faraquet/active_windows
|
|
131
131
|
rubygems_mfa_required: 'true'
|
|
132
132
|
rdoc_options: []
|
|
133
133
|
require_paths:
|