turkish_support 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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: turkish_support
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
  - Sıtkı Bağdat
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-12-26 00:00:00.000000000 Z
11
+ date: 2017-12-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -77,8 +77,10 @@ files:
77
77
  - lib/turkish_support/helpers.rb
78
78
  - lib/turkish_support/string_methods.rb
79
79
  - lib/turkish_support/version.rb
80
+ - spec/array_spec.rb
80
81
  - spec/helpers_spec.rb
81
82
  - spec/spec_helper.rb
83
+ - spec/string_spec.rb
82
84
  - spec/turkish_support_spec.rb
83
85
  - turkish_support.gemspec
84
86
  homepage: https://github.com/sbagdat/turkish_support
@@ -106,6 +108,8 @@ signing_key:
106
108
  specification_version: 4
107
109
  summary: Turkish character support for core ruby methods.
108
110
  test_files:
111
+ - spec/array_spec.rb
109
112
  - spec/helpers_spec.rb
110
113
  - spec/spec_helper.rb
114
+ - spec/string_spec.rb
111
115
  - spec/turkish_support_spec.rb