JamfReports 0.2.1 → 0.2.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 936b1cd3e821dc76f8187a62bb03c0e339fd0d678aa31a212472d774465276eb
4
- data.tar.gz: 65406438b5d02ddf0d96c77f9eada5f1ed265e51ab2a292ce9677d10f2e4a904
3
+ metadata.gz: 36bfc7c47df15153e367ff9f91e65fde6e597c9a75bf493a9d8934369d2242dd
4
+ data.tar.gz: 6dac11a44c6825c79202c044b19d8d745a7427c0ddcdde9d51b349dae14f384d
5
5
  SHA512:
6
- metadata.gz: 68d279972dd6b10c469b6938bd4d40551f33ba09769c40125b658e8fe6a25b0b1bc61f199a49b53bdb2476d7668fc711393b185235a0584a8e272be168f08321
7
- data.tar.gz: a0d2a54ac9b62b844666dbc9e9d9580d9bfeda7c3b2648e17d2a7ba753458d76027e27ff952c3bb32c6e9acf6e816832414f247558c8e752925e3e0d335fa55b
6
+ metadata.gz: 7374ba89f88a305014d16a8709064e3a60e9865e47a200931331d933a6557ae67c58039d843ea3cdfe27780473afc60e0b17c2ef0128304a442aeb432106ea02
7
+ data.tar.gz: 344c87ab2ca1469792ac9f991944c2ef32fbb62156c71e637ae20859f47937bfdc5ffa0af21560cd7703054dcf808c86de9fc1e7b0bd54e2b9f72768f3b20585
data/CHANGELOG.md CHANGED
@@ -1,8 +1,16 @@
1
- ## 0.2.0 (2023.06.29)
2
- - Add: export results to csv
1
+ ## 0.2.2
2
+ - Fixed: Documentation updates
3
3
 
4
- ## 0.1.1 (2023.06.28)
5
- - Update: update module syntax
6
4
 
7
- ## 0.1.0 (2023.06.28)
5
+ ## 0.2.1
6
+ - Fixed: Issue with getting current user
7
+
8
+
9
+ ## 0.2.0
10
+ - Add: Option for `listAllInstalledApps_exporttocsv` that exports the results to the users desktop as a csv file named `Installed Applications Report.csv`
11
+
12
+ ## 0.1.1
13
+ - Update: Update module syntax
14
+
15
+ ## 0.1.0
8
16
  - Initial Build
data/JamfReports.gemspec CHANGED
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ["nls.inbox@gmail.com"]
11
11
 
12
12
  spec.summary = %q{A gem that uses the Jamf Pro API to generate reports for hosted Jamf Pro instance}
13
- spec.homepage = "https://github.com/nlscott/marshmallow"
13
+ spec.homepage = "https://github.com/nlscott/JamfReports"
14
14
  spec.license = "MIT"
15
15
 
16
16
  # Specify which files should be added to the gem when it is released.
data/README.md CHANGED
@@ -117,6 +117,14 @@ Returns a single metric to show the number of "One-off" or single installed apps
117
117
  Returns a list of all the "One-off" or single installed apps across your fleet. This can be helpful in scoping in Jamf uninstall policies.
118
118
 
119
119
 
120
+ #### listAllInstalledApps_exporttocsv
121
+ ![listAllInstalledApps_exporttocsv](images/listAllInstalledApps_exporttocsv.png)
122
+ Using `JamfReports.listAllInstalledApps_exporttocsv` exports the results to the users desktop as a csv file named `Installed Applications Report.csv`
123
+
124
+
125
+
126
+
127
+
120
128
  ---
121
129
  ## License
122
130
 
@@ -1,3 +1,3 @@
1
1
  module JamfReports
2
- VERSION = "0.2.1"
2
+ VERSION = "0.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JamfReports
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.1
4
+ version: 0.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - nic scott
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-06-28 00:00:00.000000000 Z
11
+ date: 2023-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -54,12 +54,13 @@ files:
54
54
  - bin/console
55
55
  - bin/setup
56
56
  - images/listAllInstalledApps.png
57
+ - images/listAllInstalledApps_exporttocsv.png
57
58
  - images/listofOneInstallApps.png
58
59
  - images/totalNumberOfOneInstalledApps.png
59
60
  - images/webBrowserReport.png
60
61
  - lib/JamfReports.rb
61
62
  - lib/JamfReports/version.rb
62
- homepage: https://github.com/nlscott/marshmallow
63
+ homepage: https://github.com/nlscott/JamfReports
63
64
  licenses:
64
65
  - MIT
65
66
  metadata: {}