data_files 1.0.0.rc5 → 1.0.0

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
  SHA256:
3
- metadata.gz: 2cd0884be0b71ba323fe7b7c092db3840b46b5cb32a23087730dac45844d05d3
4
- data.tar.gz: 62e23810e9e34a530e65617e270100d77465094a3af1b95244ab4770a2d98061
3
+ metadata.gz: f09c5ae55f674a4ad8b4bc76254597886a23049ae89a7ed6d92721f441f12f28
4
+ data.tar.gz: b03aadea4384d63f6762a20661e5224a2e8d41649b1ad2ea68fae54062a47def
5
5
  SHA512:
6
- metadata.gz: 5bbdbb97438fee1b3466d313cefa76b0c1f47738307d128a8d08d5591faad706a34cb1ed8bc482957b184f05bd775fe36205db4ce3ed3f6c8f9b25da632b21ec
7
- data.tar.gz: 135404bc7617b27385ba5bb705af194e5baa55e0cda254b377c7c1a2cbf31c4619218a772dc1cc4c032b0fb2fce70f6b476ed76c785b2bb80383baca703899e0
6
+ metadata.gz: 6a08f15a341afb32219e9ef96d2730895201c9a0b211c26bd457dd9784573dddc3f379fa480c473781d90d43e395e98c85a78c3a92f846c9637c63455ad1de9a
7
+ data.tar.gz: eebfa90ca1b931055cfd16b230541d53d313c1650f4e681a4d95ba6a49485866824505500ec9287e5e7273dd8032075188e2d47c12a5baf695a07cd3686f6d44
data/CHANGELOG.md CHANGED
@@ -1,3 +1,3 @@
1
- ## [1.0.0.rc1] - 2020-01-09
1
+ ## [1.0.0] - 2020-01-09
2
2
  ### Added
3
- - Initial version.
3
+ - Initial release.
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- data_files (1.0.0.rc4)
4
+ data_files (1.0.0.rc6)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
data/README.md CHANGED
@@ -4,12 +4,26 @@ Written during Lab Week in January 2020 at Mynewsdesk.
4
4
 
5
5
  This interactive shell allows users to manipulate [Middleman Data Files](https://middlemanapp.com/advanced/data-files/) with an API similar to ActiveRecord.
6
6
 
7
+ ## Installation
8
+
9
+ Add the following line to your Gemfile:
10
+
11
+ ```
12
+ gem 'data_files'
13
+ ```
14
+
15
+ Then run:
16
+
17
+ ```
18
+ bundle install
19
+ ````
20
+
7
21
  ## Getting Started
8
22
 
9
23
  To start the interactive shell run the following command from your Middleman project directory:
10
24
 
11
25
  ```
12
- > rake data_files
26
+ > bundle exec data_files
13
27
  ```
14
28
 
15
29
  ## Querying data
data/exe/data_files CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
 
3
3
  require "bundler/setup"
4
- require "data_files"
4
+ require_relative "../lib/data_files/repl.rb"
5
5
 
6
6
  unless Dir.exist?(File.join(Dir.pwd, 'data'))
7
7
  puts 'Could not find data directory in working directory.'
@@ -1,3 +1,3 @@
1
1
  module DataFiles
2
- VERSION = "1.0.0.rc5"
2
+ VERSION = "1.0.0"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: data_files
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc5
4
+ version: 1.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andreas Zecher
@@ -52,9 +52,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
52
52
  version: 2.3.0
53
53
  required_rubygems_version: !ruby/object:Gem::Requirement
54
54
  requirements:
55
- - - ">"
55
+ - - ">="
56
56
  - !ruby/object:Gem::Version
57
- version: 1.3.1
57
+ version: '0'
58
58
  requirements: []
59
59
  rubygems_version: 3.1.2
60
60
  signing_key: