po_to_json 1.0.0 → 1.0.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1aee0b68cf67192ce248eec6d24495e4dad42bb5
4
- data.tar.gz: 5075e170a26556b4523e630281dc11284b908bd4
3
+ metadata.gz: fd2c6fd8c413ae56d551b03417cb9d101ff7d87f
4
+ data.tar.gz: 9a33165a6803adbd2b7a357ea5d6b2f014d4b50e
5
5
  SHA512:
6
- metadata.gz: 11910e0ed416033b1ca7ebafabe2528530cb28b902091451f826abf9be0f97a6647322a8a8b4d49cba627f61bb0934c8f6d0157bf38e96239a19b7955861c310
7
- data.tar.gz: 06db938002cf111188f1a0838631895fdd6e6f847905b669573c829d7e061db50fb796f0b8716fb20552252560e6156e2c21ba4119fa8c2e0940ee725adc1c2c
6
+ metadata.gz: a75ee9649a3d3a487096a7ad214393b74603ade47c90bd94d76345794f80be566600b66d80048646d35d4cfe7c3374095abd2990bf99e38399cbabdf7a91b1b0
7
+ data.tar.gz: fedeaf80475556806c69354034575ad441bf6f22e8197f45fe5381d392e727489da41e3991e14218488cce52e6a28cbd32aa91a7337f87816d1ebe5a1a4828dc
@@ -1,11 +1,15 @@
1
1
  # Changelog
2
2
 
3
- ## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 2015-03-19
3
+ ## [1.0.1](https://github.com/webhippie/po_to_json/releases/tag/v1.0.1) - 2015-11-03
4
+
5
+ * Stop using bundler within the core lib (@tboerger)
6
+
7
+ ## [1.0.0](https://github.com/webhippie/po_to_json/releases/tag/v1.0.0) - 2015-03-19
4
8
 
5
9
  * BREAKING: Made result compatible to current Jed (#4)
6
10
 
7
11
  ## [0.1.0](https://github.com/webhippie/po_to_json/releases/tag/v0.1.0) - 2015-02-19
8
12
 
9
- * Transfer from github.com/nubis/po_to_json
10
- * Added TravisCI, Rubocop and Coveralls
11
- * Updated structure to my opinionated gem style
13
+ * Transfer from github.com/nubis/po_to_json (@tboerger)
14
+ * Added TravisCI, Rubocop and Coveralls (@tboerger)
15
+ * Updated structure to my opinionated gem style (@tboerger)
@@ -23,15 +23,7 @@
23
23
  # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
24
24
  #
25
25
 
26
- ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../../Gemfile", __FILE__)
27
-
28
- if File.exist? ENV["BUNDLE_GEMFILE"]
29
- require "bundler"
30
- Bundler.setup(:default)
31
- else
32
- gem "json", version: ">= 1.6.0"
33
- end
34
-
26
+ gem "json", version: ">= 1.6.0"
35
27
  require "json"
36
28
 
37
29
  class PoToJson
@@ -27,7 +27,7 @@ class PoToJson
27
27
  class Version
28
28
  MAJOR = 1
29
29
  MINOR = 0
30
- PATCH = 0
30
+ PATCH = 1
31
31
 
32
32
  PRE = nil
33
33
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: po_to_json
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thomas Boerger
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-19 00:00:00.000000000 Z
12
+ date: 2015-11-03 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
@@ -119,7 +119,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
119
119
  version: '0'
120
120
  requirements: []
121
121
  rubyforge_project:
122
- rubygems_version: 2.4.5
122
+ rubygems_version: 2.4.5.1
123
123
  signing_key:
124
124
  specification_version: 4
125
125
  summary: Convert gettext PO files to JSON